mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-02 05:55:03 +08:00
[tests] Move test suite into same repo
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.reactnativefirebasedemo;
|
||||
|
||||
import com.facebook.react.ReactActivity;
|
||||
|
||||
public class MainActivity extends ReactActivity {
|
||||
|
||||
/**
|
||||
* Returns the name of the main component registered from JavaScript.
|
||||
* This is used to schedule rendering of the component.
|
||||
*/
|
||||
@Override
|
||||
protected String getMainComponentName() {
|
||||
return "ReactNativeFirebaseDemo";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user