@mattisky999/ligh-expo
v0.2.0
Published
Expo config plugin: in-process LIGH DevDriver for physical iPhone development builds (any Expo/RN app)
Maintainers
Readme
@ligh/expo
Universal Expo config plugin: in-process LIGH DevDriver for physical iPhone development builds. Works for any Expo / React Native app — not Mae-specific.
Install
npm i -D @ligh/expo
# or vendor: copy packages/ligh-expo into your app as packages/ligh-expoapp.json / app.config.js:
{
"expo": {
"plugins": ["@ligh/expo"]
}
}Optional props:
["@ligh/expo", { "port": 7700, "host": "192.168.1.10" }]Skipped automatically on EAS production and preview profiles.
Contract
- Phone connects to
lighdon your Mac (Metro-shaped transport) helloadvertisesdriver_version+ gesture capabilities- Gesture IR: tap, double_tap, long_press, pan, swipe, flick, pinch, edge_swipe, pull_refresh, raw
gesturepaths
Layout note
Native sources live under native/ (not ios/) so Expo app .gitignore patterns
like bare ios/ cannot drop them when this package is vendored into a customer repo.
Local sync into an app (EAS)
./scripts/sync-ligh-expo.sh /path/to/YourExpoApp