2
0
mirror of synced 2025-01-10 14:16:27 +00:00

6 lines
157 B
JavaScript
Raw Normal View History

2017-04-23 20:22:19 +01:00
import { AppRegistry } from 'react-native';
import bootstrap from './src/main';
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);
2017-05-09 13:53:05 +01:00