bharath917 / build-a-social-app-with-react-native

Source Files for the Tuts+ Course: Build a Social App With React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructor: Markus Mühlberger

React Native, created by Facebook, lets you write native mobile apps in modern JavaScript that will be transformed into native views specific to your supported platforms. This avoids some of the drawbacks of a web-based mobile applications, which often have poor performance and lack features that users expect from native apps. However, almost everything that can be done in a native app, is possible in JavaScript with React Native. This makes React Native a great way to get into mobile app development without learning a new programming language or switching to a heavy IDE.

In this course, Envato Tuts+ instructor Markus Mühlberger will show you how to create a social application in React Native. You will learn how to build an app easily with a Firebase backend. You'll also learn some more advanced topics like sophisticated view routing, camera and photo library access, as well as how to use the device's address book.

Source Files Description

This repository contains the completed project. The progress at the end of every lesson is tagged as a revision in the repository, so you can download a snapshot of the project at any point in the project.

3rd-Party Content

Roboto, the custom font used in this project is available for download from Font Squirrel. Roboto is licensed under the Apache License, Version 2.0.


These are source files for the Tuts+ course: Build a Social App With React Native

Available on Tuts+. Teaching skills to millions worldwide.

About

Source Files for the Tuts+ Course: Build a Social App With React Native

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 86.2%Language:Objective-C 11.5%Language:Java 2.3%