xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 800 forks source link

FAILURE: Build failed with an exception. #146

Closed vitorreis closed 5 years ago

vitorreis commented 5 years ago

My release build is broken with the follow stack of errors:

Task :app:bundleFoodoraReleaseJsAndAssets bundle: Done writing bundle output bundle: Copying 2 asset files bundle: Done copying assets

PROJECT_PATH/android/app/build/intermedia tes/res/merged/foodora/release/drawable-mdpi/node_modules_reactnativecountrypickermodal_src_androidclose.png: error: uncompiled PNG file passed as argument. Must be compiled first into .flat file.. error: failed parsing overlays.

Any guidance here?

vitorreis commented 5 years ago

This is related to gradle 4.x upgrade, fix on latest versions of react-native... see discussion + workaround in https://github.com/facebook/react-native/issues/16906