react-native-firebase/tests/index.android.js

6 lines
158 B
JavaScript
Raw Normal View History

2017-04-23 19:22:19 +00:00
import { AppRegistry } from 'react-native';
import bootstrap from './src/bench';
2017-04-23 19:22:19 +00:00
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);