Files: 523c133eb74777d899a46f3566f6654c5a92a360 / 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