beefe / react-native-picker

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

错误: 程序包android.support.annotation不存在 #387

Open yazhengwang opened 5 years ago

yazhengwang commented 5 years ago

"react-native": "^0.59.8", react native picker "^4.3.7",

import android.support.annotation.Nullable;

n-qwed commented 5 years ago

I solved it when I tried this https://github.com/beefe/react-native-picker/pull/384

yazhengwang commented 5 years ago

@n-qwed Thanks, I solved import android.support.annotation.Nullable; ——>import androidx.annotation.Nullable;