mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-14 12:11:55 +08:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import bootstrap from './src/main';
|
|
|
|
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);
|