Skip links

Ani

Debugging Errors in React Native

First Try – Clear Cache with npx react-native — –clear-cache Second Try – Clear Gradlew – cd android and then ./gradlew clean Third Try – Try Browser Debugging with https://reactnative.dev/docs/debugging Fourth Try – (If the project is not working at all) – Run Doctor with npx @react-native-community/cli doctor Fifth Try – Remove node_modules and install […]

Node Version Manager – NVM

Node Version Manager is a great utility to manage different node versions on your machine. Once you have 4-5 different projects that require different node versions NVM helps you out by quickly switching between different node versions. Github Link – https://github.com/nvm-sh/nvm Installation is relatively very simple. Macos Check if nvm is installed Commonly used nvm […]