我使用的是反应原生0.48.4(21.0.2世博会)和react-native-in-app-utils@5.6.0的世博版本。当我使用react-native install使用react-native-in-app-utils链接时。
直到现在我已经尝试过:
但是,顽固的错误并没有消失。
我对pod的pod定义是这样的:
pod 'React',
:path => "../node_modules/react-native",
:subspecs => [
"Core",
"BatchedBridge",
"ART",
"RCTActionSheet",
"RCTAnimation",
"RCTCameraRoll",
"RCTGeolocation",
"RCTImage",
"RCTNetwork",
"RCTText",
"RCTVibration",
"RCTWebSocket",
"DevSupport",
"CxxBridge"
]
有人可以帮助我吗?
答案 0 :(得分:0)
我通过从cocapods安装lib而不是通过本机反应链接来实现它:
pod ‘react-native-in-app-utils’,
:git => “https://github.com/chirag04/react-native-in-app-utils”
希望这对任何人都有帮助。