react-native-cafe-bazaar icon indicating copy to clipboard operation
react-native-cafe-bazaar copied to clipboard

react native 0.60.5

Open mskarimi opened this issue 5 years ago • 1 comments

this package don't work on react native 0.60.5 please update....

mskarimi avatar Sep 05 '19 10:09 mskarimi

A Temporary fix add this line to your android/app/build.gradle

defaultConfig {
    multiDexEnabled true  //add this line
}

saeedhassankhan avatar Sep 08 '19 08:09 saeedhassankhan