Coder Social home page Coder Social logo

ssah0401 / react-native-quick-start Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hsyndeniz/react-native-quick-start

0.0 1.0 0.0 1.39 MB

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

JavaScript 70.98% Starlark 2.68% Java 8.58% Ruby 8.43% Objective-C 8.77% TypeScript 0.56%

react-native-quick-start's Introduction

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

react-native-quick-start's People

Contributors

hsyndeniz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.