Failed Build in React Native
I am using React native CLI, using yarn
Execution failed for task ':app:processDebugResources'
How to solve it:
1. Open your project with Power shell or command prompt
2. Type:
cd android
3. Type:
./gradlew clean
4. Type:
cd ..
5. Type:
yarn react-native run-android
6. Done
I wish you solved your error