Skip to content

recraftrelic/recraft-react-native-food-app

Repository files navigation

Recraft React Native Food App

This food app is a boilerplate for any react native developer who wants to build a food app. The goal of this boilerplate is to provide a fully functional food app which can be reused with very little to no modification.

Note

You can also get the app on play store

IOS Demo

Android Demo

Packages & Libraries used

Steps to Run the Project in Development Mode

Use the Below Commands to Clone the project and enter inside the Directory After that Install the Dependencies.

git clone git@github.com:recraftrelic/recraft-react-native-food-app.git
cd recraft-react-native-food-app
yarn install

IOS

We can directly run the app

npx react-native run-ios

Facing any error related to pods in ios

We need to install the pods

sudo gem install cocoapods
cd ios
pod install
cd ..
npx react-native run-ios

Android

We can directly run the app

npx react-native run-android

Note

Once you clone and if you want to change the name of the application you can follow this article https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35

Contributors

Sponsors

Recraft Relic Private Limited

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published