You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.First, you need a project with 0.69.3
2.yarn in react native project
3.enable RCT_NEW_ARCH_ENABLED and pod install in iOS project
4.upgrade to 0.70.2 with https://react-native-community.github.io/upgrade-helper/?from=0.69.3&to=0.70.2
5.yarn in react native project
6.enable RCT_NEW_ARCH_ENABLED and pod install in iOS project (this step, you can't find the hermes-engine's upgrade log in pod install logs)
open the Podfile.lock, the hermes-engine is still 0.69.3
to resolve this, we need update hermes-engine
pod update hermes-engine --no-repo-update
my pod version: 1.11.3
The text was updated successfully, but these errors were encountered:
Bug
https://react-native-community.github.io/upgrade-helper/?from=0.69.3&to=0.70.2
After upgrade from 0.69.3 to 0.70.2
in Podfile.lock
hermes-engine is still 0.69.3
React Native versions
from 0.69.3 to 0.70.2
Steps to reproduce
1.First, you need a project with 0.69.3
2.yarn in react native project
3.enable RCT_NEW_ARCH_ENABLED and pod install in iOS project
4.upgrade to 0.70.2 with https://react-native-community.github.io/upgrade-helper/?from=0.69.3&to=0.70.2
5.yarn in react native project
6.enable RCT_NEW_ARCH_ENABLED and pod install in iOS project (this step, you can't find the hermes-engine's upgrade log in pod install logs)
open the Podfile.lock, the hermes-engine is still 0.69.3
to resolve this, we need update hermes-engine
my pod version: 1.11.3
The text was updated successfully, but these errors were encountered: