MKS-01 / react-native-ecommerce

react-native e-commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

$ yarn install

before running apps on iOS

$ cd ios && pod install

$ cd ..

Running your React Native application

  • android

$ npx react-native run-android

  • iOS

$ npx react-native run-ios

Change default iOS Simulator

on root directory

$ xcrun simctl list devices

$ npx react-native run-ios --simulator="iPhone 11"

Running on Device

https://reactnative.dev/docs/running-on-device

React-Native Setup

Follow React-Native-CLI QuickStart

https://reactnative.dev/docs/getting-started

CSS - Styled-component

https://styled-components.com/

React-Navigation

https://reactnavigation.org/

Authentication flows https://reactnavigation.org/docs/auth-flow/

How I structure the project?

https://cheesecakelabs.com/blog/efficient-way-structure-react-native-projects/

Errors comes while running iOS app due to duplicate of vector-icons fonts then follow: oblador/react-native-vector-icons#1074

Library used

  • Navigation : React-Navigation 5.x.x
  • CSS: styled-components 5.1.0
  • Icons: react-native-vector-icons
  • Location : react-native-get-location
Home Product List
Product List Product Details

About

react-native e-commerce

License:MIT License


Languages

Language:JavaScript 56.3%Language:Java 15.2%Language:Ruby 13.2%Language:Objective-C 10.7%Language:Starlark 4.7%