2
0
mirror of synced 2025-01-11 22:54:12 +00:00
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);