Files: af2e5b7c72b16681b7a2544dcf1aa46188dc6a0e / 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