mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-23 20:10:49 +08:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
b9d84e7f22
commit
8d2463faed
@@ -42,6 +42,11 @@ Note that the above code need to execute before first render of a navigation scr
|
||||
|
||||
-public class MainActivity extends ReactActivity {
|
||||
+public class MainActivity extends ReactFragmentActivity {
|
||||
+
|
||||
+ @Override
|
||||
+ protected void onCreate(Bundle savedInstanceState) {
|
||||
+ super.onCreate(null);
|
||||
+ }
|
||||
|
||||
@Override
|
||||
protected String getMainComponentName() {
|
||||
|
||||
Reference in New Issue
Block a user