Open yazhengwang opened 5 years ago
"react-native": "^0.59.8", react native picker "^4.3.7",
import android.support.annotation.Nullable;
I solved it when I tried this https://github.com/beefe/react-native-picker/pull/384
@n-qwed Thanks, I solved import android.support.annotation.Nullable; ——>import androidx.annotation.Nullable;
"react-native": "^0.59.8", react native picker "^4.3.7",
import android.support.annotation.Nullable;