chore: initial commit
This commit is contained in:
5
example/index.js
Normal file
5
example/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import App from './src/App';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
Reference in New Issue
Block a user