All Projects → iLeafSolutionsPvtLtd → React Native Boilerplate

iLeafSolutionsPvtLtd / React Native Boilerplate

🚀 React Native Boilerplate Updated

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Boilerplate

React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+4066.67%)
Mutual labels:  redux-persist, react-navigation, react-native-app, redux-saga
React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (+1444.44%)
Mutual labels:  redux-persist, react-navigation, redux-saga
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (+133.33%)
Mutual labels:  react-navigation, redux-saga, redux-persist
hbb-survey-app
Hatay Municipality Survey Application
Stars: ✭ 18 (+100%)
Mutual labels:  react-navigation, redux-saga
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (+100%)
Mutual labels:  react-navigation, react-native-app
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+811.11%)
Mutual labels:  react-navigation, redux-saga
reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (+211.11%)
Mutual labels:  react-navigation, redux-persist
delivery-app-mobile
🍕React Native food delivery app
Stars: ✭ 143 (+1488.89%)
Mutual labels:  react-navigation, redux-saga
react native app start kit
a react-native app template
Stars: ✭ 11 (+22.22%)
Mutual labels:  react-navigation, redux-saga
OneArtical
learning and practice redux,react-redux,redux-saga,redux-persist,redux-thunk and so on
Stars: ✭ 61 (+577.78%)
Mutual labels:  redux-saga, redux-persist
MyApp
A template to create awesome Apps easily ⚡️
Stars: ✭ 39 (+333.33%)
Mutual labels:  react-navigation, react-native-app
ReactNativeSagaFrame
RN开发(一切尽在代码中)
Stars: ✭ 13 (+44.44%)
Mutual labels:  react-navigation, redux-saga
React-Native-developer-roadmap
📒 React Native is a cross-platform library to build mobile apps using React and JavaScript. This guide is to help you in your React Native journey. this repo contain a great the resources you need to work with React Native art,(Articles, Tutorials)
Stars: ✭ 565 (+6177.78%)
Mutual labels:  react-navigation, react-native-app
Slopeninja Native
 Slope Ninja App 🎿❄️⛄️
Stars: ✭ 160 (+1677.78%)
Mutual labels:  redux-persist, react-navigation
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (+544.44%)
Mutual labels:  react-navigation, react-native-app
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (+1577.78%)
Mutual labels:  redux-persist, react-navigation
React Native Navigation Animation
Transition navigation component for React Native
Stars: ✭ 133 (+1377.78%)
Mutual labels:  react-navigation, react-native-app
React Native Workshop
Prototyping Airbnb with React Native
Stars: ✭ 21 (+133.33%)
Mutual labels:  redux-persist, react-navigation
Fakeflix
Not the usual clone that you can find on the web.
Stars: ✭ 4,429 (+49111.11%)
Mutual labels:  redux-saga, redux-persist
Reading
iReading App Write In React-Native
Stars: ✭ 3,435 (+38066.67%)
Mutual labels:  react-navigation, redux-saga

🚀 React Native Boilerplate - May 2018

React Native React Navigation V2

React Native Boilerplate is a starting point for React Native application. This project is configured with redux, redux saga and redux persist. Latest version of react-navigation (v2.0.1) included with redux-navigation support .

Features

Prerequisites

Getting Started

  1. Clone this repo, git clone https://github.com/victorkvarghese/react-native-boilerplate.git <your project name>

  2. Go to project's root directory, cd <your project name>

  3. Remove .git folder, rm -rf .git

  4. Open package.json and change the name property with your project name

  5. Run yarn or npm install to install dependencies

  6. Remove android contents rm -rf /android/*

  7. Remove ios contents rm -rf /ios/*

  8. Run react-native upgrade to update the project name to android and ios build

    • Type y to each prompt
  9. Run react-native link

  10. Open index.js and replace 'ReactNativeBoilerPlate' by your project name

  11. Start the packager with npm start

  12. Connect a mobile device to your development machine

  13. Run the test application:

  • On Android:
    • Run react-native run-android
  • On iOS:
    • Open ios/YourReacTproject.xcodeproj in Xcode
    • Hit Run after selecting the desired device
  1. Enjoy!!!

Contributing

Never commit directly on master, instead use branches and pull requests.

Initial Realease : 0.55.4

Maintained By: Victor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].