Lessons: 13Length: 1.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

In this course, you'll learn how to code a fully featured mobile app in React Native. You will learn how to work with third-party components, authentication, and a complex navigation structure. We are also going to access the device's address book and photo library as well as the user's location.

1.1 Introduction

React Native is a great framework. It can simplify your mobile development a lot. If you aren't an iOS or Android developer, or have a small team. By sticking to JavaScript and translating it to native platform code. Hello and welcome to this Tuts+ course. I'm Markus Muhlberger, and this is Build a Social App With React Native. In this course, we are going to build a social app to post photos from start to finish. We are going to create the Fire Base backend to handle the data. Have a consistent UI with React Native Elements, and manage complex application hierarchy with the React Navigation. To implement the lapse features, we are going to access the photo library, the address book, and also application data to outpost. If you are excited to take your knowledge of React Native to the next level, I'll see you in the first lesson.

Back to the top