mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-30 21:01:12 +00:00
13 lines
254 B
JavaScript
13 lines
254 B
JavaScript
/**
|
|
* Sample React Native App
|
|
* https://github.com/facebook/react-native
|
|
*/
|
|
'use strict';
|
|
|
|
var React = require('react-native');
|
|
var { AppRegistry } = React;
|
|
|
|
var Sample2 = require('./app');
|
|
|
|
AppRegistry.registerComponent('SampleRN20', () => Sample2);
|