1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 02:16:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

4 Commits

Author SHA1 Message Date
sunnylqm
7796090e72 v5.5.8 2020-04-02 12:09:38 +08:00
sunnylqm
f07be8cf0b Merge branch 'customInstanceManager' 2020-04-02 12:09:13 +08:00
Sunny Luo
4a84622c04 Update domains.json 2020-04-02 00:44:18 +08:00
Sunny Luo
cf812eacda Update domains.json 2020-04-02 00:43:21 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ public class UpdateContext {
private File rootDir;
private Executor executor;
public static boolean DEBUG = true;
public static boolean DEBUG = false;
private static ReactInstanceManager mReactInstanceManager;
public UpdateContext(Context context) {

View File

@@ -1 +1 @@
["update.reactnative.cn"]
["update.react-native.cn", "update.reactnative.cn"]

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "5.5.7",
"version": "5.5.8",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {