phidn / awesome-react-native-strapi-starter

React Native Starter (Project-Based Learning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Starter

Screenshots

App Preview

Build with

  • React Native
  • React Native Paper
  • Redux Toolkit
  • i18next
  • Strapi (Back-end)

Included Features:

  • Login, Register, Forgot Password, Change Password, Change Profile (with Image)
  • Validation with validatejs (production: 5.05KB minified and gzipped)
  • Darkmode/Lightmode with AsyncStorage
  • Basic Navigation with BottomTabNavigator and NativeStackNavigator
  • SpashScreen

Install

Server

  • Rename .env.example to .env and enter your key
  • yarn && yarn develop

Mobile

  • Change baseUrl in config/api.js to your ngrok
  • yarn android (yarn ios)

About

React Native Starter (Project-Based Learning)


Languages

Language:JavaScript 99.8%Language:Shell 0.2%