-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Needs: Triage 🔍PartnerPlatform: iOSiOS applications.iOS applications.p: MicrosoftPartner: MicrosoftPartner: Microsoft
Description
Description
Hermes version is reported to be 0.71-rc.2 while react-native version is 0.71-rc.3. Note that this only happens on iOS. The version on Android seems correct.
| iOS | Android |
|---|---|
![]() |
![]() |
Version
0.71-rc.3
Output of npx react-native info
System:
OS: macOS 12.6.1
CPU: (10) arm64 Apple M1 Max
Memory: 2.06 GB / 64.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.18.1 - ~/.local/bin/node
Yarn: 3.1.1 - /opt/homebrew/bin/yarn
npm: 8.11.0 - ~/Source/react-native-test-app/node_modules/.bin/npm
Watchman: 2022.11.14.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /Users/tido/.gem/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0
Android SDK:
API Levels: 31, 33
Build Tools: 30.0.3, 31.0.0, 33.0.0
System Images: android-33 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8815526
Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild
Languages:
Java: 11.0.16.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: 10.0.0-alpha.5 => 10.0.0-alpha.5
react: 18.2.0 => 18.2.0
react-native: 0.71.0-rc.3 => 0.71.0-rc.3
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Steps to reproduce
Clone the repo and checkout the branch below. Then run the following:
npm run set-react-version 0.71
yarn
cd example
sed -i '' 's/:hermes_enabled => false/:hermes_enabled => true/' ios/Podfile
pod install --project-directory=ios
yarn ios
Snack, code example, screenshot, or link to a repository
Metadata
Metadata
Assignees
Labels
Needs: Triage 🔍PartnerPlatform: iOSiOS applications.iOS applications.p: MicrosoftPartner: MicrosoftPartner: Microsoft

