Skip to content

Instantly share code, notes, and snippets.

View dulmandakh's full-sized avatar

Dulmandakh dulmandakh

  • Ulaanbaatar, Mongolia
View GitHub Profile
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class com.facebook.soloader.ApkSoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.DirectorySoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Dyn found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Ehdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class
Profile: {
path: 'user/:id/:age',
parse: {
id: id => `there, ${id}`,
age: Number,
},
key: ({ id, age }) => `profile:${id}:${age}`
}
@dulmandakh
dulmandakh / build.gradle
Created December 5, 2019 03:17
pickFirst
packagingOptions {
pickFirst "**/libc++_shared.so"
}