I am trying to create release bundle from Android but when I create release bundle, I was getting Duplicate Resource error like below: React Native : Error: Duplicate resources - Android Solution: I followed later below steps to resolve the issue: 1) First we have to clean build by gradle by using below commands: cd android./gradlew clean 2) Once clean is complete, go to node_modules folder and open react-native folder inside node_modules folder. 3) Open react.gradle file and add the below code after doFirst block inside react.gradle file and save the file.