Expo
Expo Installation
How to install the Linkrunner SDK for Expo applications
Expo SDK Installation
This guide will help you install and set up the Linkrunner SDK in your Expo application.
Requirements
- Expo SDK 52.0 or higher
- Node.js 18.0 or higher
- React Native 0.70 or higher
Installation
Step 1: Install the Package
Install the Linkrunner package using Expo CLI:
Step 2: Install Required Dependencies
Install the peer dependencies required by expo-linkrunner:
Configuration
iOS Configuration
For iOS, to access the advertising identifier (IDFA), add the expo-tracking-transparency plugin to your app.json
:
Android Configuration
No additional configuration is required for Android. The SDK automatically handles the necessary permissions.
Next Steps
After installation, proceed to the Usage Guide to learn how to initialize and use the Linkrunner SDK in your Expo application.