Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.03 KB

Meals

Meals is a simple recipe app, built using React Native and Expo.

App Preview

Installation

Clone the repo

https://github.com/SerdarMustafa1/meals-application.git
cd meals-application
npm install

You will also need to install expo-cli:

npm install -g expo-cli

Some macOS users encounter issues if they do not have Watchman installed on their machine, so if you are using a Mac we recommend that you install it. Download and install Watchman.

Usage

Run by using

npm run start || expo start

To run on an iOS simulator, follow the instructions available on the Expo website.

Dependencies:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache License 2.0

meals-application