1 2 3 4 5import { AppRegistry } from 'react-native'; import App from './src/App'; AppRegistry.registerComponent('main', () => App);
1 2 3 4 5
import { AppRegistry } from 'react-native'; import App from './src/App'; AppRegistry.registerComponent('main', () => App);