To deal with Android devices that have display cutouts similar to the iPhone X sensor housing notch, we need a way to detect them.
For iPhone, we’re able to detect specific devices by checking the device info, or by using react-native-safe-area-view, but we can’t simply detect by device on Android – there can be many and supporting each one is intractable.
Android 9.0 already has a way to check for whether there’s a display cutout on device as well as programmatically get certain height constants, could Expo help to expose these APIs?