hsyndeniz / react-native-quick-start

A React Native project template for building mobile applications with Redux state management, Firebase Auth, Google Maps, Google Admob and React Native Navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Quick Start

A React Native project template for building mobile applications with Redux state management, Firebase Auth, Google Maps, Google Admob and React Native Navigation

alt text

What’s Included?

  • Redux State Management (with redux-persist)
  • React Native Navigation (wix)
  • React Native Vector Icons
  • React Native Firebase Auth
    • Google Auth
    • Facebook Auth
    • Twitter Auth
    • Phone Auth
  • React Native Firebase Push Notification
  • React Native Async Storage
  • Lottie React Native
  • React Native Admob
  • React Native Google Places
  • React Native Maps

TODO

  • React Native In-App Purchase

Using the template

To create a new project using the boilerplate:

  • clone this repository
  • remove the previous git history: rm -rf .git/
  • install the npm dependencies by running npm install
  • feel free to rename the project
  • remove the LICENSE file

You can now create a new git repository for your project (using git init) and create the first commit.

Running the project

Assuming you have all the requirements installed, you can setup and run the project by running:

  • npm install to install the dependencies
  • replace google-services.json in android/app and GoogleService-Info.plist in ios with your own.
  • replace firebaseConfig in source/screens/Auth and take a look at the auth packages for other configurations
  • run the following steps for your platform

Android

  • react-native run-android

iOS

  • cd ios && pod install to install pod dependencies
  • cd .. to come back to the root folder
  • npm start to start the metro bundler, in a dedicated terminal
  • react-native run-ios to run the iOS application

About

A React Native project template for building mobile applications with Redux state management, Firebase Auth, Google Maps, Google Admob and React Native Navigation


Languages

Language:JavaScript 71.0%Language:Objective-C 8.8%Language:Java 8.6%Language:Ruby 8.4%Language:Starlark 2.7%Language:TypeScript 0.6%