APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Support iPhone 12 series #467

Open moriyuu opened 3 years ago

moriyuu commented 3 years ago

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

rodgomesc commented 3 years ago

cmon guys, why this is not merged yet?

enagorny commented 3 years ago

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"
  },