Lucas Trombim
Lucas Trombim
Same problem that @PrimeObjects has. ☝🏼
I'm using NextJS latest version and Dante2 version 0.5.0-rc4
I resolved this with: 1. Go to node_modules/react-native-background-upload/android/build.gradle and make following changes: 2. Change: apply plugin: 'kotlin-android-extensions' -> apply plugin: 'kotlin-parcelize' Then you can patch the package with this modification,...
me too