Closed adkenyon closed 5 years ago
Supporting this will introduce a native part for this lib (for reading the device model) which I'm not kin on doing at the moment, sorry.
This looks like a solution: https://docs.expo.io/versions/latest/sdk/device/
Yeah, we're planning on using react-native-safe-area#getCurrentSafeAreaInsets
The best to use right now would be react-native-safe-area-view and react-native-safe-area-context.
The following iPad models need support for
getBottomSpace
Outside of using react-native-device-info I'm not sure how to infer these models from the standard react native library.