mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 10:15:14 +08:00
Update guide.md
This commit is contained in:
@@ -82,7 +82,7 @@ public class MainApplication extends Application implements ReactApplication {
|
|||||||
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
|
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
|
||||||
@Override
|
@Override
|
||||||
protected String getJSBundleFile() {
|
protected String getJSBundleFile() {
|
||||||
return UpdateContext.getBundleUrl(this);
|
return UpdateContext.getBundleUrl(MainApplication.this);
|
||||||
}
|
}
|
||||||
// ... 其它代码
|
// ... 其它代码
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user