Angela Chang
Angela Chang
I was getting this same error, running on iOS, with dependencies: ` "react-native-keyboard-aware-scroll-view": "^0.5.0"`. I was able to fix it by adding a prop to the `KeyboardAwareScrollView` component on Line...
I got the same issue, and exactly as @Q8hma suggested above, making those changes in /src/fields/picker/index.js would fix this bug. The changes you need to make is perhaps summarized more...
I also got the same issue, and making the changes suggested above on Line 57 /src/fields/picker/index.js fixed it. Thank you @mbs8 !