jibeleck
jibeleck
Alternative way to fix problem `Duplicate class android.support.v4.app.INotificationSideChannel` is to go through all your deps and remove line staring with `implementation "com.android.support...` in their android/build.gradle dependencies like [here](https://github.com/crazycodeboy/react-native-splash-screen/pull/650/files#diff-197b190e4a3512994d2cebed8aff5479ff88e136b8cc7a4b148ec9c3945bd65a) and patch-package...
Whoever will face this problem, here is patch-package file with fix. It is simple fix that might contain possible race condition in combination with resumable downloads, but if you are...