From 186e002485ef3ade1036df59e3273c191c063622 Mon Sep 17 00:00:00 2001 From: CanHua Li Date: Thu, 5 Dec 2019 15:59:01 -0800 Subject: [PATCH 1/4] unify hermes and v8jsi version --- vnext/ReactUWP/ReactUWP.vcxproj | 8 ++++---- vnext/ReactUWP/packages.config | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vnext/ReactUWP/ReactUWP.vcxproj b/vnext/ReactUWP/ReactUWP.vcxproj index c8c23995d8c..dfb8f93692e 100644 --- a/vnext/ReactUWP/ReactUWP.vcxproj +++ b/vnext/ReactUWP/ReactUWP.vcxproj @@ -437,8 +437,8 @@ - - + + @@ -447,8 +447,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/vnext/ReactUWP/packages.config b/vnext/ReactUWP/packages.config index 277a3c9de89..46423d0d0c7 100644 --- a/vnext/ReactUWP/packages.config +++ b/vnext/ReactUWP/packages.config @@ -3,6 +3,6 @@ - - + + \ No newline at end of file From ed9a836450bbb07d676cac8b05fc52ec26d78977 Mon Sep 17 00:00:00 2001 From: CanHua Li Date: Thu, 5 Dec 2019 16:02:43 -0800 Subject: [PATCH 2/4] Change files --- ...eact-native-windows-2019-12-05-16-02-42-savespace.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2019-12-05-16-02-42-savespace.json diff --git a/change/react-native-windows-2019-12-05-16-02-42-savespace.json b/change/react-native-windows-2019-12-05-16-02-42-savespace.json new file mode 100644 index 00000000000..ddf72204ec3 --- /dev/null +++ b/change/react-native-windows-2019-12-05-16-02-42-savespace.json @@ -0,0 +1,8 @@ +{ + "type": "none", + "comment": "Avoid duplicate V8JSI and Hermes", + "packageName": "react-native-windows", + "email": "licanhua@live.com", + "commit": "186e002485ef3ade1036df59e3273c191c063622", + "date": "2019-12-06T00:02:42.705Z" +} \ No newline at end of file From 9bff4fa4a47d9a1b316499490ff9ea477f298b3f Mon Sep 17 00:00:00 2001 From: CanHua Li Date: Tue, 10 Dec 2019 10:31:03 -0800 Subject: [PATCH 3/4] use HERMES_Package and V8_Package --- vnext/ReactUWP/ReactUWP.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vnext/ReactUWP/ReactUWP.vcxproj b/vnext/ReactUWP/ReactUWP.vcxproj index e5185aa9bc6..875ed94f73d 100644 --- a/vnext/ReactUWP/ReactUWP.vcxproj +++ b/vnext/ReactUWP/ReactUWP.vcxproj @@ -418,8 +418,8 @@ - - + + @@ -428,8 +428,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + From 97da2682fefc1c1413dc8cb39dc3375c5485547b Mon Sep 17 00:00:00 2001 From: CanHua Li Date: Tue, 10 Dec 2019 10:33:54 -0800 Subject: [PATCH 4/4] remove them from reactuwp project --- vnext/ReactUWP/ReactUWP.vcxproj | 4 ---- vnext/ReactUWP/packages.config | 2 -- 2 files changed, 6 deletions(-) diff --git a/vnext/ReactUWP/ReactUWP.vcxproj b/vnext/ReactUWP/ReactUWP.vcxproj index 875ed94f73d..d4af7fb2f0c 100644 --- a/vnext/ReactUWP/ReactUWP.vcxproj +++ b/vnext/ReactUWP/ReactUWP.vcxproj @@ -418,8 +418,6 @@ - - @@ -428,8 +426,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - diff --git a/vnext/ReactUWP/packages.config b/vnext/ReactUWP/packages.config index c89c66afe2f..d37961bee6e 100644 --- a/vnext/ReactUWP/packages.config +++ b/vnext/ReactUWP/packages.config @@ -2,7 +2,5 @@ - - \ No newline at end of file