无论你使用react-native run-ios还是使用XCode启动应用程序,React Native Webview模块都会给出以下错误。
requireNativeComponent: "RNCWebView" was not found in the UIManage
发布于 2019-09-16 03:40:54
尝试react-native link package_name,然后尝试cd ios和pod install,这应该可以解决问题
https://stackoverflow.com/questions/57934221
复制相似问题