Although there is React-native-edge-to-edge, the configuration is too complicated.
IOS has long used full-screen display by default, while Android requires separate configuration. Although full-screen display is used by default in Android 15,
but full-screen display is not possible below Android 15.
Change React-Native-edge-to-edge into an Expo-exclusive package and simplify it, or use other methods
Let the program built by Android be full-screen by default, and IOS Android applications are all full-screen
Then it is equivalent to removing a platform difference, which is very important.