Naïm LARIF
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...
same issue here
I was facing the same issue, I updated @expo/cli to 0.17.7 and now it works fine. Do not know how come it can be related.
I managed to make it work with the new Places API : 1) I took the 2.5.7 version or the last commit from master to include this PR https://github.com/FaridSafi/react-native-google-places-autocomplete/pull/943/files#diff-c0d73f319f1167879412f6c75dcd9cc124356ef467bb09cc3874a36ce3cdecdc: `packages.json:`...
I just allowed the existing API key of Legacy Places to be used with the new Places API: GCP Console > APIs & Services > Credentials > Your existing key...