Expo React Native के चारों ओर बना एक framework और platform है जो development को सरल बनाता है — tools, pre-built native modules, और services प्रदान करता है जो React Native apps को बनाना, चलाना और deploy करना आसान बनाते हैं, विशेष रूप से शुरुआत करने के लिए।
Expo क्या प्रदान करता है
EXPO = a framework + tools/services on top of React Native that simplify development:
→ easy SETUP — start a project quickly without configuring native iOS/Android tooling
→ many built-in NATIVE APIS ready to use (camera, location, notifications, etc.) —
no manual native module setup
→ EXPO GO app — run your app on a real device instantly (scan a QR code) for development
→ over-the-air UPDATES; EAS (build/submit services) for building and deploying
→ great DEVELOPER EXPERIENCE, especially for beginners and many apps
