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

6 lines
158 B
JavaScript

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