beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 785 forks source link

fix(android): 解决Android打包失败的问题 #407

Open shixiaoquan opened 4 years ago

shixiaoquan commented 4 years ago

1、由于compileSdkVersion buildToolsVersion 指定已经过时,导致Android打包失败,已修复 2、由于 PickerViewModule.java 中无法找到 Nullable 的依赖,已经替换为 AndroidX,(import androidx.annotation.Nullable;)