I created a new React-Native project using react-native init AppName and when I tried to run in Android it throws Cannot get property 'dependencies' on null object in line @react-native-community\cli-platform-android\native_modules.gradle' line: 183 I am not sure why I am getting this exception. I didn't even do any changes in the project
Following is the command I use
react-native init Example
cd Example
npm i
react-native run-android
Version of react-native
react-native-cli: 2.0.1
react-native: 0.61.3
Version of npm - 6.11.2