How to use React Navigation in a React Native App
A tutorial on implementing navigation in React Native apps using React Navigation, covering setup, stack navigation, and screen creation.
Aman Mittal is a documentation consultant at Expo and experienced technical writer, specializing in cross-platform mobile and web development, with over 150 programming articles published since 2017.
221 articles from this blog
A tutorial on implementing navigation in React Native apps using React Navigation, covering setup, stack navigation, and screen creation.
A tutorial on implementing Geolocation API and managing app permissions in React Native apps using both Expo and react-native-cli.
A tutorial on building a theme-switching React Native app using Redux for state management and React Navigation.
A tutorial on integrating Redux for state management in React Native and Expo applications, explaining its necessity and basic setup.
A developer shares their experience using Expo with React Native, highlighting its benefits for simplifying native integrations and app distribution.
A developer shares their Week 2 progress learning React Native, covering project setup, ESLint configuration, and building a weather app with a third-party API.
A guide to setting up your first React Native mobile app, covering basic concepts, environment setup, and key differences from ReactJS.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
A quick reference guide for the Ionic 2/3 CLI, covering installation, project creation, generating code, and building mobile apps.
A tutorial on using Ionic's NavParams to pass data between pages in a mobile app built with Angular.
Tips for building production-ready REST APIs with Node.js, covering HTTP methods, status codes, documentation, and framework choices.
A tutorial on implementing multi-page navigation in an Ionic mobile application using the NavController and Ionic CLI.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
Explains how navigation works in Ionic mobile apps using a stack-based page system with NavController, contrasting it with traditional web routing.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.