React native 添加blinkId库后pod安装中的问题

React native 添加blinkId库后pod安装中的问题,react-native,React Native,我使用的是react native 0.60.5 在我通过npm添加此模块后,我将使用react native链接它,然后使用react native链接blinkid react native 现在,当我导航到ios文件夹并运行pod install时,我遇到了这个错误 如果我删除了use_native_模块,那么pod安装可以正常工作,但我遇到了另一个错误 null不是计算\ RNGestureHandlerModule.default.Direction的对象 有什么帮助吗

我使用的是react native 0.60.5

在我通过
npm添加此模块后,我将使用
react native链接它,然后使用
react native链接blinkid react native

现在,当我导航到ios文件夹并运行
pod install
时,我遇到了这个错误

如果我删除了
use_native_模块
,那么
pod安装
可以正常工作,但我遇到了另一个错误

null不是计算\ RNGestureHandlerModule.default.Direction的对象

有什么帮助吗