Files
react-native-webview-bridge/examples/rpc/index.android.js
T
2016-09-30 01:44:36 -04:00

11 lines
207 B
JavaScript

/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import { AppRegistry } from 'react-native';
import app from './app'
AppRegistry.registerComponent('rpc', () => app);