Currently the action bars have a bad position, since they are below the status bar and the virtual buttons.

Not seen in the screenshot, but the phone's camera is above and the settings button is hard to press because the rounded edge of the screen prevents it.
Something like what this library does for react-native must be implemented:
https://github.com/AppAndFlow/react-native-safe-area-context
Also, I feel that the app should not open in full screen mode on Android, since it currently does so the status bar disappears. I feel that for these types of applications it is not necessary.
I have a Google Pixel 10 Pro XL Android phone.
Currently the action bars have a bad position, since they are below the status bar and the virtual buttons.
Not seen in the screenshot, but the phone's camera is above and the settings button is hard to press because the rounded edge of the screen prevents it.
Something like what this library does for react-native must be implemented:
https://github.com/AppAndFlow/react-native-safe-area-context
Also, I feel that the app should not open in full screen mode on Android, since it currently does so the status bar disappears. I feel that for these types of applications it is not necessary.
I have a Google Pixel 10 Pro XL Android phone.