Skip to content

Commit

Permalink
Add troubleshooting doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Apr 22, 2018
1 parent b959edb commit d3e3a99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Troubleshooting

If you have problems you can try:

- Running Clean in Xcode.
- Deleting Xcode's derived data.
- Remove `node_modules` then reinstall dependencies. (`rm -rf node_modules && yarn`)
- Clear watchman watches. (`watchman watch-del-all`)
- Clear react-native packager cache. (`react-native start --reset-cache`)
- Clear react-native ios build folder. (`rm -rf ios/build`)

0 comments on commit d3e3a99

Please sign in to comment.