2
0
mirror of synced 2025-01-10 22:26:02 +00:00
2017-05-09 13:53:05 +01:00

6 lines
157 B
JavaScript

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