ptelad / react-native-iphone-x-helper

A library to help you design your react-native app for notched iPhones
MIT License
942 stars 138 forks source link

Not working on iPhone XS Max #15

Closed whitmanc closed 5 years ago

whitmanc commented 5 years ago

The non iphone x styles get applied to the iphone xs max.

Reproduce by changing values of the non-iphone x style parameters. You'll see that on the iPhone XS Max that the changes get applied. Works fine on regular iphone x.

screen shot 2019-02-02 at 7 18 43 pm
whitmanc commented 5 years ago

Nevermind, had an outdated version 🌮 changing my package.json version of the module to to ^1.2.0 resolved, as mentioned in another issue