Skip to content

Files

Latest commit

 

History

History

example

React-Native WebView RPC Example

This is a very simple React-Native app bootstrapped with the Expo CLI tool.

example gif

Running in Expo Snack

This is by far the fastest way to run the example :)

Expo Snack

Running on your PC

Prequesits

  1. Expo CLI. You can install it from NPM:
$ npm install -g expo-cli
  1. A running Android/iOS emulator, or a physical device connected to your development PC.

Running

  1. Clone or download the rn-webview-rpc repository.
  2. Install the example's app dependencies from NPM:
example$ npm install
  1. Run the example app:
example$ expo start