Rename mobile start-point index.js to avoid build issues

This commit is contained in:
Paul Frazee 2022-09-09 11:29:22 -05:00
parent 35556a84b2
commit effe3d6b59

9
index.js Normal file
View file

@ -0,0 +1,9 @@
/**
* @format
*/
import {AppRegistry} from 'react-native'
import App from './src/App'
import {name as appName} from './src/app.json'
AppRegistry.registerComponent(appName, () => App)