From c339838db46a5dfd875d21ab9069a1e377b79c43 Mon Sep 17 00:00:00 2001 From: Di Hei Date: Mon, 11 Sep 2017 21:39:31 -0700 Subject: [PATCH 1/2] update TestApp to react-native 0.48.3 --- TestApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestApp/package.json b/TestApp/package.json index 330e00561..68c3a2bf5 100644 --- a/TestApp/package.json +++ b/TestApp/package.json @@ -13,7 +13,7 @@ "mobile-center-link-scripts": "../mobile-center-link-scripts", "mobile-center-push": "../mobile-center-push", "react": "16.0.0-alpha.12", - "react-native": "0.48.0", + "react-native": "0.48.3", "react-navigation": "^1.0.0-beta.11" }, "devDependencies": { From 7a14a3b75717b57f3c05bd456ee67cbf34560771 Mon Sep 17 00:00:00 2001 From: Di Hei Date: Mon, 11 Sep 2017 21:49:00 -0700 Subject: [PATCH 2/2] Update DemoApp to react native 0.48.3 --- DemoApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DemoApp/package.json b/DemoApp/package.json index d3d6c56ed..8981c6579 100644 --- a/DemoApp/package.json +++ b/DemoApp/package.json @@ -12,7 +12,7 @@ "mobile-center-crashes": "0.9.0", "mobile-center-push": "0.9.0", "react": "16.0.0-alpha.12", - "react-native": "0.48.0", + "react-native": "0.48.3", "react-navigation": "^1.0.0-beta.11" }, "devDependencies": {