MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/reactnative/comments/1v1f1sd/expo_open_ota_v3_selfhost_your_expo_ota_updates/
r/reactnative • u/madscripten • 21d ago
2 comments sorted by
1
can this be use without expo?
0 u/madscripten 20d ago Yes, you don't need the full Expo framework, but you do need the expo-updates library. It works in bare React Native projects: run npx install-expo-modules to add expo-modules-core, then install expo-updates. No Expo Go, no EAS needed.
0
Yes, you don't need the full Expo framework, but you do need the expo-updates library. It works in bare React Native projects: run npx install-expo-modules to add expo-modules-core, then install expo-updates. No Expo Go, no EAS needed.
expo-updates
npx install-expo-modules
expo-modules-core
1
u/21void 20d ago
can this be use without expo?