From ec8c425e04d15af2ee1804223daa6f595c00259e Mon Sep 17 00:00:00 2001 From: Maksim Pimenov Date: Fri, 11 Jun 2021 16:26:36 -0700 Subject: [PATCH 1/3] update rn to 0.64.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46d9d9c2..65415765 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/crazycodeboy/react-native-splash-screen#readme", "devDependencies": { - "react-native": "^0.63.4", - "react-native-windows": "^0.63.14" + "react-native": "0.64.1", + "react-native-windows": "0.64.6" } } From 078a1cfd385be30e8ac7af8cf6dc0300b3c4af3d Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Sep 2021 17:17:09 -0700 Subject: [PATCH 2/3] Update vcxproj to make this project compatible with more setups --- windows/RNSplashScreen/RNSplashScreen.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/RNSplashScreen/RNSplashScreen.vcxproj b/windows/RNSplashScreen/RNSplashScreen.vcxproj index 2d72241d..f12e0731 100644 --- a/windows/RNSplashScreen/RNSplashScreen.vcxproj +++ b/windows/RNSplashScreen/RNSplashScreen.vcxproj @@ -18,7 +18,7 @@ - $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ + $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ @@ -177,4 +177,4 @@ - \ No newline at end of file + From 2d936d2d1a60d472ad91a348e65d684fa3d1c608 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Sep 2021 17:21:32 -0700 Subject: [PATCH 3/3] Update RNW and RN --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65415765..46d9d9c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/crazycodeboy/react-native-splash-screen#readme", "devDependencies": { - "react-native": "0.64.1", - "react-native-windows": "0.64.6" + "react-native": "^0.63.4", + "react-native-windows": "^0.63.14" } }