-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
Environment
Run the following in your terminal and copy the results here.
npx react-native --version:4.13.1npx react-native info:
System:
OS: Windows 10 10.0.16299
CPU: (6) x64 AMD Ryzen 5 PRO 4650G with Radeon Graphics
Memory: 572.85 GB / 2.43 GB
Binaries:
Node: 15.7.0 - C:\Program Files\nodejs\node.EXE
Yarn: not found
npm: 7.4.3 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions: 10.0.16299.0, 10.0.18362.0, 10.0.19041.0
IDEs:
Android Studio: Not Found
Visual Studio: 15.9.28307.1342 (Visual Studio Community 2017), 16.8.30907.101 (Visual Studio Community 2019)
Languages:
Java: 1.8.0_282 - C:\Program Files\OpenJDK\openjdk-8u282-b08\bin\javac.EXE
Python: 3.9.1 - C:\Python39\python.EXE
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.2 => 0.63.2
react-native-windows: ^0.63.0-0 => 0.63.19
npmGlobalPackages:
*react-native*: Not Found
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
- be on Windows 1709 (16299)
npx react-native init <projectName> --template react-native@^0.63.2cd projectNamenpx react-native-windows-init --overwrite- apply first fix from @asklar Fix startup crash on RS3 #6980 (KeyboardAcceleratorPlacementMode)
- build release(x86) and click on a link in the app
Expected Results
App should not crash when clicking a link on Windows 10 1709. Also there might be more problems with this windows version I guess it needs some testing https://microsoft.github.io/react-native-windows/docs/win10-compat says that 1709 is supported.