mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 05:11:12 +00:00
11 lines
207 B
JavaScript
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);
|