React Native — resources
roadmap.sh: https://roadmap.sh/react-native
Books
- Fullstack React Native (Devin Abbott et al.) — builds real apps covering navigation, networking, and native modules.
- React Native in Action (Nader Dabit) — fundamentals through architecture from a long-time RN expert.
- Learning React Native (Bonnie Eisenman) — approachable intro to components, styling, and platform APIs.
Courses / practice
- React Native Official Docs — canonical reference for core components and APIs.
- Expo Documentation — the recommended toolchain for building, running, and shipping RN apps.
- React Navigation Docs — the de facto navigation library, deeply documented.
- React Native Express — free, well-structured interactive walkthrough of the ecosystem.