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
Currently users of reanimated and react-native-keyboard-controller face ANRs related to the linked feature flag being disabled on 0.75/0.76 on new arch. It's possible to patch it but it forces you to build RN from source. I hardcoded the feature flag to true and deployed it and it seems to work fine.
Target Branch(es)
0.76
Link to commit or PR to be picked
facebook/react-native#47665
Description
Currently users of
reanimated
andreact-native-keyboard-controller
face ANRs related to the linked feature flag being disabled on 0.75/0.76 on new arch. It's possible to patch it but it forces you to build RN from source. I hardcoded the feature flag totrue
and deployed it and it seems to work fine.Linked issues:
kirillzyusko/react-native-keyboard-controller#687
software-mansion/react-native-reanimated#6418 (comment)
The text was updated successfully, but these errors were encountered: