Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.05 KB

react-native-eshop

Build React Native (NO Expo) e-shop based on Udemy course from Maximilian Schwarzmüller.

STACK

  • Firebase
  • React Native Elements
  • NEW: React Navigation 5
  • React Redux
  • Redux Thunk
  • Async Storage
  • Formik
  • Yup
  • React Native Vector Icons

Features

  • Hooks
  • Dynamic responsive calculation
  • Register, Login
  • User token
  • AutoLogin, AutoLogout (calculate expire token)

Demo

Welcome CreateAccount Menu Products Cart OrderDetail

Instalation

  • Clone and install packages
git clone https://github.com/zakve/react-native-eshop.git
cd react-native-eshop
npm i
npx react-native run-ios
npx react-native run-android

Firebase Database

If you want to use Firebase, you have to add API_KEY constant into .env file which is secret and for that reason is in .gitignore.