Expo adalah framework dan platform yang dibangun di sekitar React Native yang menyederhanakan development — menyediakan tools, native modules yang sudah dibuat sebelumnya, dan services yang membuat membangun, menjalankan, dan mendeploy aplikasi React Native lebih mudah, terutama untuk memulai.
Apa yang Expo sediakan
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
