- In the root module directory, link the development module:
npm link
- In
sample/AirshipSample
prepare the sample:
npm link urbanairship-react-native
npm install
react-native link urbanairship-react-native
-
Run
pod install
insample/AirshipSample/iOS
-
Open the
.xcworkspace
Project -
Create the
AirshipConfig.plist
file -
Start the webserver by running
react-native start
insample/AirshipSample
-
Build and run the sample
You should now be able to modify the iOS plugin source directly in the sample's workspace.
-
Open
sample/AirshipSample/android
in Android Studio -
Create the
airshipconfig.properties
file insrc/main/assets
-
Start the webserver by running
react-native start
insample/AirshipSample
-
Build and run the sample
You should now be able to modify the Android plugin source directly in the Android Studio.