2
0
mirror of synced 2025-01-26 06:09:32 +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);