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 App from source code
  • Meanwhile, run your react-native mini-app on your PC in development mode at, your react-native mini-app will display on Sandbox App.
  • Enjoy developing!

Detail instructions are below

Setup Sandbox App#

Option 1: Download the pre-built app#

Download Sandbox apk to install the Sandbox app on your Android devices or simulators.

Option 2: Download the source code#

The Android Sandbox App source code has been updating here

Update the JS entry point#

AppRegistry.registerComponent('RNMain', () => App);

For further instructions to integrate your react-native mini-app with Terra, please refer to Setup React Native Mini-App