React Native 报错: Native animated module is not available 解决方案

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/kuangdacaikuang/article/details/83145109

React Native 报错: Native animated module is not available

在这里插入图片描述

打开podfile文件,添加'RCTAnimation'库,保存后pod install安装即可在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/kuangdacaikuang/article/details/83145109