README
Ada React Native SDK
Go here for client-facing docs.
Running the example app on Android
- To run the application on a simulated Android device, open Android Studio and start an AVD preferably one running Android 11 (API 30)
- In a terminal navigate to the
examplefolder, runnpm run android:with-installto install all packages and install the module locally. It with automatically start up the simulator and install the app for you.
Running the example app on iOS
- In a terminal navigate to the
examplefolder and runnpm install - In another terminal, navigate to
example/iosand runpod install - Once finished, run
npm run ios:with-install. It with automatically start up the simulator and install the app for you.
Deploying to production
Update the version number in the package.json file by incrementing the version value by 1 on the least significant value (eg. if version is 0.0.1, update it to 0.0.2)
Get your PR reviewed and then squash and merge it to
master. Merging your PR will automatically trigger the deploy to npm