From 05b6bd7ddac9bf710b4a404fc1e484cb313d8b7f Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Wed, 27 Oct 2021 16:33:45 -0700 Subject: [PATCH 1/2] Update Babylon Native to take vertex array finalizer fix --- Modules/@babylonjs/react-native/submodules/BabylonNative | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/@babylonjs/react-native/submodules/BabylonNative b/Modules/@babylonjs/react-native/submodules/BabylonNative index eaab8e641..d7791ffc7 160000 --- a/Modules/@babylonjs/react-native/submodules/BabylonNative +++ b/Modules/@babylonjs/react-native/submodules/BabylonNative @@ -1 +1 @@ -Subproject commit eaab8e6417e69b7f8be257d5b6d6dab25a4f97af +Subproject commit d7791ffc7b6b85ae6de87bd4d963fd5e312350fd From c1f6d0adf824e70844078d8d729d2db040b7d732 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 28 Oct 2021 11:26:41 -0700 Subject: [PATCH 2/2] Disable signing on Windows --- Apps/Playground/windows/Playground/Playground.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apps/Playground/windows/Playground/Playground.vcxproj b/Apps/Playground/windows/Playground/Playground.vcxproj index aea3797aa..466f7dee4 100644 --- a/Apps/Playground/windows/Playground/Playground.vcxproj +++ b/Apps/Playground/windows/Playground/Playground.vcxproj @@ -23,6 +23,9 @@ $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ + + False + Debug