2
0
mirror of synced 2025-01-11 06:35:51 +00:00

5 lines
156 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);