2
0
mirror of synced 2025-02-04 18:44:17 +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);