美文网首页
react-native支持androidx

react-native支持androidx

作者: 马川敉 | 来源:发表于2019-05-28 15:14 被阅读0次

    最近用react-native-network-info来获取wifi对应的路由器mac地址,但是react-native-network-info@5.0.0的代码中一个androidx的引用报错。

    import androidx.annotation.NonNull;
    

    然后搜遍全网找到了靠谱的Androidx相关配置文档,来源于flutter

    https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility#how-to-migrate-a-flutter-app-to-androidx

    虽然RN和Flutter不是一个东西,但是关于android的配置都是一样的,所以根据上述文档很容易就配置好了。

    然后又发现其他包由于不支持androidx,所以就放弃了android的研究。react-native-network-info那个包看给作者商量下,把那一句删除了吧。。。。。。。。 反正那一句也没啥用

    相关文章

      网友评论

          本文标题:react-native支持androidx

          本文链接:https://www.haomeiwen.com/subject/imrdtctx.html