2
0
mirror of synced 2025-02-03 10:03:29 +00:00

[tests] switch index.android back to main.js

This commit is contained in:
Salakar 2017-08-19 05:46:27 +01:00
parent fd474d5adb
commit aebd1835bc

View File

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