2
0
mirror of synced 2025-01-10 06:05:53 +00:00
2018-01-25 18:25:39 +00:00

5 lines
156 B
JavaScript

import { AppRegistry } from 'react-native';
import bootstrap from './src/main';
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);