Skip to content

Commit 90d2787

Browse files
committed
Merge pull request facebook#5301 from sunnylqm/patch-10
Update React Native dependency version
2 parents 8924974 + 5835d26 commit 90d2787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/EmbeddedAppAndroid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Since React makes no assumptions about the rest of your technology stack, it's e
1818

1919
In your app's `build.gradle` file add the React Native dependency:
2020

21-
compile 'com.facebook.react:react-native:0.13.0'
21+
compile 'com.facebook.react:react-native:0.17.+'
2222

2323
You can find the latest version of the react-native library on [Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.facebook.react%22%20AND%20a%3A%22react-native%22). Next, make sure you have the Internet permission in your `AndroidManifest.xml`:
2424

@@ -77,7 +77,7 @@ protected void onResume() {
7777
super.onResume();
7878

7979
if (mReactInstanceManager != null) {
80-
mReactInstanceManager.onResume(this);
80+
mReactInstanceManager.onResume(this, this);
8181
}
8282
}
8383
```

0 commit comments

Comments
 (0)