Installation
Install Core Package
Install with npm
Install Peer Dependencies
Install with npm
Note: Follow the further installation steps of react-native-inappbrowser-reborn & react-navigation.
IOS setup
Setup Podfile for iOS
Secondly, our SDK uses deep links to communicate back with your application. In order to Configure Deep Links, you will need to get an app id by signing up at the developer page.
After getting the app id, add the below code in your AppDelegate.m file:
AppDelegate.m
Copy your bundle id as shown in the below screenshot:
Paste your bundle id in the identifier section and add ramper<appId>
in the URI Scheme section: Make sure to not include the brackets <>
in the URLScheme:
Android setup
Add the following in your <your-project-path>/android/app/src/main/AndroidManifest.xml
file under Activity Tag
Setup deep link for Android platform
Run the app
Run the app for iOS
Last updated