delivery-app-mobile icon indicating copy to clipboard operation
delivery-app-mobile copied to clipboard

🍕React Native food delivery app

Delivery App Mobile

Food delivery app built with React Native

login screen products screen flavors screen

size screen cart screen order screen

Connected Projects

  • Web: https://github.com/moiseshilario/delivery-app-web
  • Back: https://github.com/moiseshilario/delivery-app-back

Setup

yarn

or

npm i

Linking

You need to link some libs to make it work properly

react-native link

react-native-gesture-handler

react-native link react-native-vector-icons

react-native link @react-native-community/async-storage

react-native link react-native-linear-gradient

Running

  • iOS:

    • Yarn: yarn ios
    • npm: npm run ios
  • Android:

    • Yarn: yarn android
    • npm: npm run android
  • Later builds:

    • Yarn: yarn start
    • npm: npm run start

Stack

  • redux
  • redux-saga
  • duck pattern
  • react-navigation
  • axios
  • styled-components
  • react-native-gesture-handler
  • reactotron
  • editorconfig
  • eslint
  • babel-plugin-root-import