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