2000 多 star 的项目难道从此不维护了吗?
在node_modules/react-native-wechat/android/下面查找android.support.annotation.Nullable全部替换为androidx.annotation.Nullable 这样就升级到 androidx 了
node_modules/react-native-wechat/android/
android.support.annotation.Nullable
androidx.annotation.Nullable
Most helpful comment
在
node_modules/react-native-wechat/android/下面查找android.support.annotation.Nullable全部替换为androidx.annotation.Nullable这样就升级到 androidx 了