React Native
Getting Started
Last updated
Getting Started
Last updated
Here is npm package documentation.
Using the terminal, access the iOS folder in your project
Run $
pod install
Open the .xcworkspace folder using Xcode
Go to the Capabilities tab of your target settings
Turn on Background Modes and enable Location updates
Include the maven repository to your gradle build script, where the MOVE SDK package is located.
Add the dependency for the MOVE SDK Android library to your module (app-level) Gradle file (usually app/build.gradle).
You can check for latest releases here: https://dolphin.jfrog.io/ui/native/move-sdk-libs-release/io/dolphin/move/move-sdk
Use the following SDK and Kotlin versions:
If you use Expo, please take a look at our sample app created with Expo. Note that it is simplified as much as possible and its main task is to show an example of integration with the MOVE SDK. The plugin is required to integrate with the MOVE SDK when using the Expo.
Contact us for assistance if you still have questions.
See also the Appendix section to make sure you are not missing anything.