How to install the Linkrunner SDK for Expo applications
app.json
plugins array:
expo-linkrunner
plugin does?expo-linkrunner
to your app.json
plugins and run the Expo prebuild step, the config plugin automatically makes the following changes to your iOS project:
NSUserTrackingUsageDescription
in your iOS Info.plist if not already present.expo-tracking-transparency
plugin with a default permission messageexpo-linkrunner
package is a config plugin that automatically configures your Expo project for Linkrunner SDK integration. Once you’ve completed the installation and configuration steps above:
android
and ios
folders are in .gitignore
(recommended), EAS Build will automatically run the prebuild step during the build process. No manual action required.
expo-linkrunner
is a config plugin that prepares your project, the actual SDK usage is identical to React Native. Please refer to the React Native Usage Guide for:
expo-linkrunner
plugin handles the native configuration automatically. All SDK methods and APIs are provided
by the rn-linkrunner
package, which is why you’ll use the React Native documentation for implementation details.