Mobile App for Figma Food Delivery App.
To start creating, you must first understand how it works.
- Node JS ^ v14.x.x (It is recommended to use NVM for Node Installation)
- Yarn
- Android Studio and SDK Tools ^ 4.x.x
- For iOS development Xcode ^ 12.x.x
- Cocoapods ^ 1.10
The instructions below are for iOS development, for Android only run yarn install
$ yarn install
$ cd ios && pod install
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