React Native
To use Sandbox App for developing your react-native mini-app integration, you need to:
- Download the pre-built
Sandbox App, then run it on a simulator/real device connected to your PC- If you need to link native library, you will need to build the
Sandbox Appfrom source code
- If you need to link native library, you will need to build the
- Meanwhile, run your
react-nativemini-appon your PC in development mode at, yourreact-nativemini-appwill display onSandbox App. - Enjoy developing!
Detail instructions are below
Setup Sandbox App#
Option 1: Download the pre-built app#
- Android
- iOS
Download Sandbox apk to install the Sandbox app on your Android devices or simulators.
Use the following link to install app through TestFlight
Option 2: Download the source code#
- Android
- iOS
Update the JS entry point#
For further instructions to integrate your react-native mini-app with Terra, please refer to Setup React Native Mini-App