react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Support iPhone 12 series

Open moriyuu opened this issue 4 years ago • 2 comments

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

moriyuu avatar Nov 10 '20 11:11 moriyuu

cmon guys, why this is not merged yet?

rodgomesc avatar Feb 02 '21 02:02 rodgomesc

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

enagorny avatar Feb 02 '21 09:02 enagorny