6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
|
import { AppRegistry } from 'react-native';
|
||
|
import bootstrap from './src/main';
|
||
|
|
||
|
|
||
|
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);
|