2
0
mirror of synced 2025-01-11 22:54:12 +00:00
react-native-firebase/tests/index.android.js

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);