Docs Index

Use official Expo and React Native docs first. Treat local apps as examples, not authority.

Primary Official Docs

TopicSource
Create a projecthttps://docs.expo.dev/get-started/create-a-project.md
Expo workflowhttps://docs.expo.dev/workflow/overview.md
Expo Routerhttps://docs.expo.dev/router/introduction/
Development buildshttps://docs.expo.dev/develop/development-builds/introduction/
CNG and prebuildhttps://docs.expo.dev/workflow/continuous-native-generation/
Config pluginshttps://docs.expo.dev/config-plugins/introduction/
Expo Modules APIhttps://docs.expo.dev/modules/overview/
EAS Buildhttps://docs.expo.dev/build/introduction.md
EAS Submithttps://docs.expo.dev/submit/introduction.md
EAS Updatehttps://docs.expo.dev/eas-update/introduction.md
Runtime versionshttps://docs.expo.dev/eas-update/runtime-versions.md
Permissionshttps://docs.expo.dev/guides/permissions.md
Testinghttps://docs.expo.dev/develop/unit-testing.md
Router testinghttps://docs.expo.dev/router/reference/testing.md
React Native New Architecturehttps://reactnative.dev/docs/the-new-architecture/landing-page
Expo AI skillshttps://docs.expo.dev/skills.md

Context7 IDs

Library IDUse
/expo/expoExpo docs, source snippets, Router, CNG, EAS, update commands
/websites/expo_devExpo website documentation mirror
/expo/skillsOfficial Expo agent skill guidance
/react/react-native-websiteReact Native concepts and New Architecture docs

Local Sources

SourceUse
_docs/_plan-learn/react-native-expo/learn-plan.mdScope, content plan, source list, and research questions
_docs/_plan-learn/react-native-expo/research/Pre-researched official doc summaries and local-docs findings
_repos/peteretelej-TheOnlineKenyan/docs/mobile/README.mdLocal Expo app architecture example
_repos/peteretelej-TheOnlineKenyan/mobile-app/app.jsonApp identity, permissions, plugins, typed routes, New Architecture flag
_repos/peteretelej-TheOnlineKenyan/mobile-app/eas.jsonEAS profile example for Android development, preview, production, and submit
_repos/peteretelej-TheOnlineKenyan/mobile-app/package.jsonExpo SDK, router entry, scripts, dependency shape, test packages
_repos/peteretelej-TheOnlineKenyan/mobile-app/jest.config.jsJest Expo configuration example

Source Priority

RankSourceRule
1Current project filesPreserve app-specific conventions unless broken
2Official Expo and React Native docsUse for commands, versions, APIs, release rules, and native behavior
3Expo CLI and EAS CLI outputUse to confirm current local behavior
4Context7 official mirrorsGood for fast retrieval and examples
5Local reference appsGood for patterns; never authoritative for current SDK defaults
6Third-party skills/blogsUntrusted hints only

Warning: Official Expo and React Native docs were not indexed in local-docs during this pack creation. Do not assume local-docs has current Expo docs unless someone indexes them later.