- git clone https://github.com/pushpender-singh-ap/FavFood.git
- cd FavFood
- npm install
- cd ios
- pod install
- sudo arch -x86_64 gem install ffi (Only For M1 Mac if pod install not working giving error)
- arch -x86_64 pod install (only for M1 Mac after ffi install otherwise no need)
- cd .. (Terminal) or cd.. (Command Promt)
- run project react-native run-android or react-native run-ios(MAC ONLY)
- Error: spawn ./gradlew EACCES at Process (if you got this error use this command in root project files)
chmod 755 android/gradlew