Guest User

Untitled

a guest
Nov 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ## Reset yarn and cache React Native
  2.  
  3.  
  4. ##### YARN CACHE CLEAN
  5.  
  6. ```TXT
  7. yarn cache clean
  8. rm -rf node_modules && yarn
  9. ```
  10.  
  11.  
  12. ##### RUN CLEAN THE SIMULATOR
  13.  
  14. ```TXT
  15. yarn start --reset-cache
  16. ```
  17.  
  18. ##### THEN TO SHOW THE PROCESSES
  19.  
  20. ```TXT
  21. lsof -i :8081
  22. ```
  23.  
  24. ##### KILL THE PORTS
  25.  
  26. ```TXT
  27. e.g.: kill 287
  28. ```
  29.  
  30. ##### RUN XCODE
Add Comment
Please, Sign In to add comment