Meals is a simple recipe app, built using React Native and Expo.
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.
Run by using
npm run start || expo start
To run on an iOS simulator, follow the instructions available on the Expo website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.