Advertisement
lddep

index.js

Jun 14th, 2019
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * @format
  3.  */
  4.  
  5. import {AppRegistry} from 'react-native';
  6. import App from './App';
  7. import {name as appName} from './app.json';
  8.  
  9. AppRegistry.registerComponent(appName, () => App);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement