Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpender-singh-ap committed Jul 21, 2021
2 parents bc2536f + 7aa85a6 commit fd5f483
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# FavFood

## How To Use
- 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
```

### #Pushpender-Singh

0 comments on commit fd5f483

Please sign in to comment.