This project was made in SkipTheDishes Hackathon Second Recruiting Fair.
It's an app made for all the purpuses, For Couriers, Restaurants and Costumers.
The app isn't completed yet, but we can list the orders of the Costumers and the restaurants when clicking on + icon.
The technologies:
- react (16.3.1)
- react-native (0.55.4)
- react-navigation (2.2.5)
- npm
- React Native Package -
npm i react-native
- Clone the repository ```git clone [email protected]:ErickMaeda/skip-challenge.git
- Install de dependencies
npm i
- Link the native libraries
react-native link
- Start de React Native package
react-native start --reset-cache
- Run the application on Android
react-native run-android
or iOSreact-native run-ios