Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 490 Bytes

2020-08-22_fix_your_react_native_development_environment.md

File metadata and controls

10 lines (5 loc) · 490 Bytes

Fix Your React Native Development Environment

08/22/2020

Have you ever run into issues with building your React Native project locally? Some times Android SDK versions can get out of sink, watchman may disappaear because your updated homebrew, etc.

React Native CLI now includes a doctor command to help you troubleshoot your configuration. Check out the React Native blog post here.

Tags: React Native, Workflow