Skip to content

cresenciof/delivery-app

Repository files navigation

Mobile App for Figma Food Delivery App.

Before Doing Magic

To start creating, you must first understand how it works.

Dependencies

The instructions below are for iOS development, for Android only run yarn install

$ yarn install
$ cd ios && pod install

Run application

Open a new Terminal window and run the next command to start the Metro Server

$ npx react-native start

No! not an error, npx is a script executor/ package runner that prevents global installation of packages.

Once your start Metro Server, run in a new Terminal window the next command (choose according to the platform).

iOS

$ yarn ios

Android

$ yarn android

It's all, happy coding! 🚀