add-predictive-back

Installation
SKILL.md

Add Predictive Back (Android 14+)

Android 14 introduced predictive back: drag from edge to "peek" behind. Premium UX feel.

Enable in app.json

{
  "expo": {
    "android": {
      "softwareKeyboardLayoutMode": "pan",
      "predictiveBackGestureEnabled": true
    }
  }
}
Installs
1
GitHub Stars
1
First Seen
Aug 5, 2026
add-predictive-back — khadinakbarlabs/expo-mobile-app-builder