This is a simple example of how to use Hyperbeam in a React Native app.
Note
iOS hasn't been tested yet, but in theory it should work.
- Clone this repo
- Run
npm install
to install dependencies - Run
npm start
to start the Metro bundler - Run
npm run ios
to start the iOS app - Run
npm run android
to start the Android app
- Start the app with
npm run ios
ornpm run android
- Open the React Native In-App Developer Menu by shaking the device or pressing
Ctrl+M
on Windows orCmd+M
on macOS - Open
chrome://inspect
in Chrome and click "inspect" on the device you want to debug
Refer to the React Native docs for more information.
Expo is a great tool for getting started with React Native, but we aren't using it here as it does not support toggling webview debugging. See this issue for more information.
Send us an email at founders@hyperbeam.com or join our community Discord server.