Results 3 comments of David Mendoza

Hello! I ran into this issue and was able to workaround it by adding the JavaVersion 1.8 to the library in `node_modules/react-native-keychain/android/build.gradle`: ``` android { ... compileOptions { sourceCompatibility JavaVersion.VERSION_1_8...

expo-doctor still says with version 0.5.20: `Unsupported on New Architecture: @react-native-community/checkbox`

``` ✖ Check that no duplicate dependencies are installed Your project contains duplicate native module dependencies, which should be de-duplicated. Native builds may only contain one version of any given...