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
Switch to JSC, remove react-native-v8 from project
(2) would have the impact of potentially higher memory usage on low-end devices that with react-native-v8. Switching ti Hermes would likely have similar benefits to react-native-v8, but Hermes does not fully support Intl (which we use) in v0.66, so we would need to update react-native to v0.70.0.
Possible best way forward: Switch to JSC, accept memory/performance cost.
Since Nov 4th this will fail to build due to facebook/react-native#35210.
Fix coming soon, just need to update to react-native@0.66.5
The text was updated successfully, but these errors were encountered: