Closed ADRE9 closed 2 years ago
react-native: 0.70.2 => 0.70.2
You should update to 0.70.3 as we fixed this specific Windows issue in this version
react-native: 0.70.2 => 0.70.2
You should update to 0.70.3 as we fixed this specific Windows issue in this version
I tried running it with 0.70.3, it runs successfully . Thank you.
Description
Version
0.70.4
Output of
npx react-native info
System: OS: Windows 10 10.0.22621 CPU: (8) x64 Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz Memory: 9.36 GB / 23.85 GB Binaries: Node: 16.15.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.17 - ~\AppData\Roaming\npm\yarn.CMD npm: 8.19.2 - C:\Program Files\nodejs\npm.CMD Watchman: 20210110.135312.0 - C:\ProgramData\chocolatey\bin\watchman.EXE SDKs: Android SDK: API Levels: 27, 28, 29, 30, 31, 32, 33 Build Tools: 27.0.1, 28.0.3, 29.0.2, 30.0.2, 30.0.3, 31.0.0, 32.0.0, 33.0.0 System Images: android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-31 | Google APIs Intel x86 Atom_64 Android NDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled AllowAllTrustedApps: Enabled Versions: 10.0.19041.0, 10.0.22621.0 IDEs: Android Studio: Version 2020.3.0.0 AI-203.7717.56.2031.7678000 Visual Studio: 17.3.32922.545 (Visual Studio Community 2022) Languages: Java: 1.8.0_302 - C:\Program Files\OpenJDK\openjdk-8u302-b08\bin\javac.EXE npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.2 => 0.70.2 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
Install using npx react-native init AwesomeTSProject --template react-native-template-typescript Enable the new architecture by setting newArchEnabled=true in build.properties cd android ./gradlew clean cd .. yarn android (in visual studio powershell)
Snack, code example, screenshot, or link to a repository
I haven't changed any piece of code in js. Just a simple install and run.