This is a very simple React-Native app bootstrapped with the Expo CLI tool.
This is by far the fastest way to run the example :)
- Expo CLI. You can install it from NPM:
$ npm install -g expo-cli
- A running Android/iOS emulator, or a physical device connected to your development PC.
- Clone or download the
rn-webview-rpc
repository. - Install the example's app dependencies from NPM:
example$ npm install
- Run the example app:
example$ expo start