Meals is a simple recipe app, built using React Native and Expo.
Clone the repo
https://github.com/SerdarMustafa1/meals-application.gitcd meals-applicationnpm installYou will also need to install expo-cli:
npm install -g expo-cliSome 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 startTo 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.
