Reputation: 159
[![I am trying to build APK but I am getting this error.][1]][1]
Please help me to solve this problem. I am using React Native CLI and trying to build APK But I failed Please suggest me more ideas to do this
Upvotes: 0
Views: 43
Reputation: 2673
It says the cli is missing. you need to run npm install @react-native-community/cli
in your project root.
Upvotes: 1