Alessandro Bisi

Results 2 comments of Alessandro Bisi

We spotted the problem after updating `react native` to 0.65.2 we fixed it updating the `react-native-keyboard-aware-scroll-view ` to 0.9.5 . Thank you @dcenatiempo 😄

We had the same issue in our project while updating react-native to version 0.71.6, we could solve the problem adding a **kotlinVersion** variable to our **build.gradle** file. This is how...