All Projects → handi-dev → react-native-boilerplate

handi-dev / react-native-boilerplate

Licence: other
React Native Boilerplate - React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-boilerplate

Covid19-Stats-IN
This app helps in tracking COVID-19 cases in India using covid19India apis
Stars: ✭ 13 (-80.88%)
Mutual labels:  react-navigation, react-redux, react-native-boilerplate
react-native-shopping-app
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
Stars: ✭ 67 (-1.47%)
Mutual labels:  react-navigation, react-redux, redux-thunk
gotoReact-
react的一些案例
Stars: ✭ 20 (-70.59%)
Mutual labels:  react-redux, redux-thunk
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-73.53%)
Mutual labels:  react-navigation, react-redux
think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (-70.59%)
Mutual labels:  react-navigation, react-redux
cerebro-web
Website for Cerebro
Stars: ✭ 21 (-69.12%)
Mutual labels:  react-redux, redux-thunk
react-native-boilerplate
A collection of curated and well maintained React Native boilerplates with various possibilities and combinations.
Stars: ✭ 24 (-64.71%)
Mutual labels:  react-navigation, react-redux
React-Playground
Learning reactjs from the ground up (router, redux, thunk, hooks, context, portals, and functional components)
Stars: ✭ 15 (-77.94%)
Mutual labels:  react-redux, redux-thunk
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (+122.06%)
Mutual labels:  react-navigation, react-redux
react-native-boilerplate
Expo + Redux + React Navigation Pre-setup Template (expo SDK 44)
Stars: ✭ 142 (+108.82%)
Mutual labels:  react-navigation, react-redux
foca
流畅的React状态管理库
Stars: ✭ 94 (+38.24%)
Mutual labels:  react-redux, redux-toolkit
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (+225%)
Mutual labels:  react-redux, redux-thunk
Comicbook
React-Native跨平台漫画App免费视频:http://www.kongyixueyuan.com/course/3528
Stars: ✭ 199 (+192.65%)
Mutual labels:  react-navigation, react-redux
fetch-action-creator
Fetches using standardized, four-part asynchronous actions for redux-thunk.
Stars: ✭ 28 (-58.82%)
Mutual labels:  react-redux, redux-thunk
Slopeninja Native
 Slope Ninja App 🎿❄️⛄️
Stars: ✭ 160 (+135.29%)
Mutual labels:  react-navigation, redux-thunk
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+20.59%)
Mutual labels:  react-navigation, react-native-boilerplate
Mchat
RN生态学习
Stars: ✭ 101 (+48.53%)
Mutual labels:  react-navigation, react-redux
React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (+104.41%)
Mutual labels:  react-navigation, react-redux
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-63.24%)
Mutual labels:  react-redux, redux-thunk
crypto-markets
react-native-cryptocurrency-ticker
Stars: ✭ 27 (-60.29%)
Mutual labels:  react-redux, redux-thunk

react-native-boilerplate-template 2022

npm Conventional Commits

What is React Native Boilerplate

It is a template that you can clone and reuse for every project. It is starting point for React Native application.

React Native Boilerplate ( 0.67.3 )

consist of:

  • react-native": "0.67.3"
  • react-navigation and its dependencies: -> React navigation 6.
    • @react-navigation/native: "^6.0.8
    • @react-navigation/native-stack: "^6.5.0"
    • @react-navigation/stack: "^6.1.1"
    • react-native-gesture-handler: "^2.2.0"
    • react-native-screens: "^3.13.0"
    • react-native-tab-view: "^3.1.1"
    • react-native-masked-view/masked-view: "^0.2.6"
    • @react-navigation/bottom-tabs: "^6.2.0"
    • @react-navigation/material-top-tabs: "^6.1.1"
  • redux -> new reduxjs/toolkit : ^1.8.0
  • react native vector icons: "^9.1.0"

Requirements

Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Quick start

To create a new project using the boilerplate simply run :

npx react-native init MyApp --template @handidev/react-native-boilerplate

note: replace MyApp with your desired App name.

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

  • yarn start / npm start -- -- reset-cache to start the metro bundler, in a dedicated terminal
  • npx react-native run-ios / npx react-native run-android to run the platform application (remember to start a simulator or connect a device)

List of Q & A

I got error Error: spawn ./gradlew EACCES when run npx react-native run-android.

Run this command chmod 755 android/gradlew from your root project directory

I got error Error: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

  • Go to your Project -> Android

  • Create a file local.properties

  • Open the file

  • Paste your Android SDK path depending on the operating system:

    • Windows: sdk.dir=C:\Users\USERNAME\AppData\Local\Android\sdk
    • Linux or MacOS sdk.dir=/Users/USERNAME/Library/Android/sdk
  • Replace USERNAME with your PC username

React Native Build Failed on M1 Macbook Pro / Air

try this solution: How to Run and Build React Native on Macbook Pro M1 Apple Silicon

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].