react-native-windows 0.76.3 → 0.76.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.76.3</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.76.4</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>76</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>3</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>4</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>199b031a6ade89e4f3668a84d65d427ba2b73169</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>2b94e2fc0dbb36424eeb92a8839aedcfeb6f4321</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -18,7 +18,9 @@
18
18
  "WindowsTargetPlatformVersion": "$(WindowsTargetPlatformVersion)",
19
19
  "UseExperimentalNuGet": "$(UseExperimentalNuGet)",
20
20
  "UseHermes": "$(UseHermes)",
21
- "UseWinUI3": "$(UseWinUI3)"
21
+ "UseWinUI3": "$(UseWinUI3)",
22
+ "UseFabric": "$(UseFabric)",
23
+ "RnwNewArch": "$(RnwNewArch)"
22
24
  }
23
25
  </MSBuildPropertiesJSON>
24
26
  </PropertyGroup>
@@ -66,6 +66,12 @@
66
66
  <PreprocessorDefinitions Condition="'$(UseV8)'=='true'">USE_V8;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67
67
  <PreprocessorDefinitions Condition="'$(UseFabric)'=='true'">USE_FABRIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68
68
  <PreprocessorDefinitions>JSI_VERSION=11;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69
+ <!--
70
+ To address the crash on the first call to std::mutex::lock.
71
+ See: https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710
72
+ https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-application-built-with-latest-visual-studio
73
+ -->
74
+ <PreprocessorDefinitions>_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69
75
  </ClCompile>
70
76
  </ItemDefinitionGroup>
71
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.76.3",
3
+ "version": "0.76.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "15.0.0-alpha.2",
27
27
  "@react-native-community/cli-platform-android": "15.0.0-alpha.2",
28
28
  "@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
29
- "@react-native-windows/cli": "0.76.1",
29
+ "@react-native-windows/cli": "0.76.2",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/assets-registry": "0.76.2",
32
32
  "@react-native/codegen": "0.76.2",