react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Support iPhone 12 series
react-native-iphone-x-helper started to support iPhone 12 series from v1.3.1 .
https://github.com/ptelad/react-native-iphone-x-helper/pull/29 https://github.com/ptelad/react-native-iphone-x-helper/pull/30
cmon guys, why this is not merged yet?
Quick workaround will be using yarn's resolutions
block in package.json
- https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
"resolutions": {
"react-native-iphone-x-helper": "^1.3.1"
},