Files: 6f84493caf0d6a43f8005ccda0612ddca1d9cc37 / index.js
133 bytesRaw
1 | import { AppRegistry } from 'react-native'; |
2 | import App from './App'; |
3 | |
4 | AppRegistry.registerComponent('beakerReactNative', () => App); |
5 |
Built with git-ssb-web
1 | import { AppRegistry } from 'react-native'; |
2 | import App from './App'; |
3 | |
4 | AppRegistry.registerComponent('beakerReactNative', () => App); |
5 |
Built with git-ssb-web