React Native
React Native Installation
How to install the Linkrunner SDK for React Native
React Native SDK Installation
This guide will help you install and set up the Linkrunner SDK in your React Native application.
Installation
Step 1: Install Prerequisites
The Linkrunner SDK depends on several packages. Install them with the following command:
Step 2: Install Linkrunner SDK
Step 3: iOS Configuration
If you’re developing for iOS, follow these additional steps:
- Install pods for the package:
- Add the following code to your
info.plist
file:
Expo Support
If you are using Expo, follow the above steps to install the required packages. After this, you will need to use development builds since the Linkrunner SDK relies on native libraries. Follow the Expo Development Builds Documentation to get started.
Next Steps
After installation of the above packages, proceed to the Usage Guide to learn how to initialize and use the SDK in your application.