All Projects → moiseshilario → delivery-app-mobile

moiseshilario / delivery-app-mobile

Licence: MIT license
🍕React Native food delivery app

Programming Languages

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

Projects that are alternatives of or similar to delivery-app-mobile

React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (-2.8%)
Mutual labels:  react-navigation, redux-saga
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (-85.31%)
Mutual labels:  react-navigation, redux-saga
hbb-survey-app
Hatay Municipality Survey Application
Stars: ✭ 18 (-87.41%)
Mutual labels:  react-navigation, redux-saga
ReactNativeSagaFrame
RN开发(一切尽在代码中)
Stars: ✭ 13 (-90.91%)
Mutual labels:  react-navigation, redux-saga
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+162.24%)
Mutual labels:  react-navigation, redux-saga
Reading
iReading App Write In React-Native
Stars: ✭ 3,435 (+2302.1%)
Mutual labels:  react-navigation, redux-saga
react native app start kit
a react-native app template
Stars: ✭ 11 (-92.31%)
Mutual labels:  react-navigation, redux-saga
React Native Boilerplate
🚀 React Native Boilerplate Updated
Stars: ✭ 9 (-93.71%)
Mutual labels:  react-navigation, redux-saga
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (-42.66%)
Mutual labels:  react-navigation, redux-saga
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (-44.76%)
Mutual labels:  react-navigation
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: ✭ 29 (-79.72%)
Mutual labels:  react-navigation
abilitysheet
This app is ability sheet for beatmania iidx music of level 12.
Stars: ✭ 38 (-73.43%)
Mutual labels:  redux-saga
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (-89.51%)
Mutual labels:  react-navigation
next-react-boilerplate
🔥 NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (-86.01%)
Mutual labels:  redux-saga
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (-50.35%)
Mutual labels:  redux-saga
bank-client
Frontend Application using React.js with Hooks, Redux, Saga, Ant Design, styled-components and Jest
Stars: ✭ 57 (-60.14%)
Mutual labels:  redux-saga
simple-blog-front
Front-End for Simple Blog
Stars: ✭ 26 (-81.82%)
Mutual labels:  redux-saga
nextjs-redux-instagram
🌏 The simple Instagram was written by next.js & redux-saga & recompose
Stars: ✭ 48 (-66.43%)
Mutual labels:  redux-saga
react-native-basekit
Basic setup for react-native projects using react-native , redux, redux-sagas, react-navigation
Stars: ✭ 16 (-88.81%)
Mutual labels:  redux-saga
marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: ✭ 13 (-90.91%)
Mutual labels:  redux-saga

Delivery App Mobile

Food delivery app built with React Native

login screen products screen flavors screen

size screen cart screen order screen

Connected Projects

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