Giter VIP home page Giter VIP logo

thanhal-p-a / react-native-boilerplate-using-react-native-navigation Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 406 KB

Boilerplate (architecture) to develop React Native apps with hooks, react-native-navigation, redux, redux-saga.

JavaScript 70.68% Starlark 1.55% Java 15.62% Ruby 2.17% Objective-C 9.98%
react-native-boilerplate react-native-navigation hooks react-hooks architecture redux redux-saga saga react-native react

react-native-boilerplate-using-react-native-navigation's Introduction

R N Architecture

This architecture is configured with react-native-navigation, redux, redux-saga and redux-persist.

Screens

  • Splash
  • Login
  • Home
  • Profile

Getting Started

  1. Clone this repo, git clone https://github.com/Thanhal-P-A/React-Native-Boilerplate-using-react-native-navigation.git
  2. Go to project's root directory, cd React-Native-Boilerplate-using-react-native-navigation
  3. Remove .git folder, run rm -rf .git
  4. Run yarn or npm install to install dependencies
  5. After installing dependencies run npx react-native start to start the packager
  6. Connect a mobile device to your development machine or open an emulator
  7. Run the application :
  • On Android:
    • Open another terminal and run npx react-native run-android
  • On iOS:
    • Open ios/YourReactProject.xcodeproj in Xcode
    • Hit Run after selecting the desired device
  1. If build failed in android :
    • Open android/app in android studio and wait for indexing and synching the project. Then run npx react-native run-android or hit Run button after selecting device or emulator from android studio
    • If connection error occur, try running command adb reverse tcp:8081 tcp:8081 to reverse proxy then retry.
  2. There You Go !!!!

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.