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 }
  }
}
Installs
2
GitHub Stars
1
First Seen
Aug 5, 2026
add-edge-to-edge-android — khadinakbarlabs/expo-mobile-app-builder