In this tutorial, you will set up the create-react-native-app for scaffolding a React Native starter application on your computer. Also this will use the Expo framewo ...
In this tutorial, you will learn some basics of how React Native components are just React components. You will make use of the built-in React Native components to design ...
In this tutorial, you will continue to develop the app by adding another component, and understand how you can respond to user interactions with the UI. At the end of ...
In this tutorial, we will explore navigation support for our React Native application using React Navigation, providing mobile app like navigation among the views. At...
In this tutorial, we continue to develop navigation support for our application. We explore the use of side drawer set up with React Navigation's Drawer Navig...
In this tutorial, we will update our Home component to display useful information. At the end of this tutorial, you will be able to set up another Component within your app...
In this assignment, you will complete the remaining two components, About Us and Contact Us, that you will add to the application. You will use the Card layout that we created...
In this tutorial, you will learn about using buttons and icons in buttons. You will also learn how to respond to button clicks. At the end of this tutorial, you w...
In this tutorial, you will learn about using buttons and icons in buttons. You will also learn to customize the side drawer. At the end of this tutorial, you w...
In this tutorial, you will set up Redux in your React Native application. And you will connect to Redux and obtain the state informations such as leaders from there. At th..
In this tutorial, you will create a new Loading Component that will make use of the Activity Indicator component to display a loading message. At the end of this tutorial...
In this tutorial, you will learn about setting up your Redux store to store the user's favorites and update them. At the end of this tutorial, you will be able to:...
In this tutorial, you will learn how to add a modal to our app. You will learn how to show and hide the modal. At the end of this tutorial, you will be able to:...
In this assignment, you will use a modal containing a form that enables you to add your comments about the dish. When the comment is submitted, then an action is dispatched...
In an earlier tutorial, you have already added a feature to add dishes as favorites. In this tutorial, you will add a new component that will display a list of favorites. At the end...
In this tutorial, you will use a swipe gesture to reveal option buttons under a list item. This will be used to support deleting a favorite. At the end of this tutorial...
In this tutorial, you will learn to use the Alert dialog to show alerts to the users. In particular we will use the alert to confirm the deletion of favorites. At the end of this tutorial...
In this tutorial, you will learn to use an animation library named react-native-animatable that gives you pre-packaged animations that can easily be applied to elements in your app....
In this tutorial, you will learn to use redux-persist to persist the state of your Redux store, and rehydrate it when you restart your app. At the end of this tutorial...
In this assignment, you will be working with the Reservation Component and the reservation form within the view. You will add animations to the form. When the user submits the form...
In this tutorial, you will use the Expo SDK MailComposer to enable your application to send emails using the native email application on the device. At the end of...
In this tutorial, you will configure your app to make use of notifications support from Expo SDK. You will then generate local notifications. At the end of this tutorial...
In this tutorial, you will configure your app to make use of secure store from Expo SDK to enable storing and retrieving data in the form of key-value pairs. At the end of this tutorial...
In this tutorial, you will use the ImagePicker API from Expo SDK to access the camera to obtain a picture for use in our app. At the end of this tutorial, you will be able to...
In this assignment, you will enhance the application to use an image from the photo library on your device using the ImagePicker API. Also, you will access the device calendar and...
In this tutorial, you will learn about how you can use the Expo support to build and deploy your apps to the iTunes and Google Play store using their online services. You will understand...