Naïm LARIF

Results 7 comments of Naïm LARIF

Same issue. Did you find any way to fix this @fatihkayan20 ?

Found, `const AnimatedKeyboardAwareScrollView = Animated.createAnimatedComponent(KeyboardAwareScrollView); `should be moved outside of the component function to avoid being reinitialized at each rerender.

Same here with : ``` "react": "18.0.0" "react-native": "0.69.6" "@react-native-picker/picker": "2.4.3" ```

Solved for me. I am using react-native-picker-select on top of @react-native-picker/picker. I found out that react-native-picker-select was installing on old version of @react-native-picker/picker under `node_modules/react-native-picker-select/node_modules/@react-native-picker/picker` which was the one throwing...

Did not see this error again since I switched to Hermes on Android: https://docs.expo.dev/guides/using-hermes/#switch-javascript-engine-on-a-specific-platform

Solved for me. I faced the same issue. I found out that react-native-picker-select was installing on old version of @react-native-picker/picker under node_modules/react-native-picker-select/node_modules/@react-native-picker/picker which was the one throwing the exception. I...