add-edge-to-edge-android
Installation
SKILL.md
Add Edge-to-Edge (Android)
Android 15+ defaults to edge-to-edge — content extends under status bar + nav bar. Must handle insets.
Install
npx expo install react-native-edge-to-edge react-native-safe-area-context
app.json:
{
"expo": {
"plugins": ["react-native-edge-to-edge"],
"android": { "edgeToEdgeEnabled": true }
}
}