Open cstayyab opened 2 months ago
Where using the "new architecture" ?
Hi, any updates, I'm with the same issue
This issue persist even when newArchitecture
is disabled. This solution may work for you:
npm i react-native-reanimated react-native-screens react-native-safe-area-context
{..., plugins: ['react-native-reanimated/plugin']}
to the babel.config.js
filenpx pod-install
(or cd ios && pod install
)npm run ios
There is most likely a version mismatch somewhere within the dependencies. Here are my versions:
"react-native-reanimated": "^3.15.3",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
If the above does not work for you, try installing react-native-gesture-handler
then repeat steps 3 and 4.
Error
Cannot read property 'bubblingEventTypes' of null
Steps:
Sample Repo: https://github.com/cstayyab/rnhv75sample