react-native-tor/example_rn66/index.js

6 lines
167 B
JavaScript

import {AppRegistry} from 'react-native';
import App from './src/App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);