作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经使用 pod 文件安装了库。用过这个库
https://github.com/ivpusic/react-native-image-crop-picker
当我从 x-code 运行代码时,从图库中选择图像工作正常,但当我运行“react-native run-ios”时出现上述错误。
任何解决方案都会有所帮助。
最佳答案
此错误的原因:
xcode 可以在 pod 中找到库,您需要安装 pod 才能使其在 iOS 上运行。
尝试运行
pod install
关于react-native - 无法读取未定义的属性 'openPicker',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51970466/
我已经使用 pod 文件安装了库。用过这个库 https://github.com/ivpusic/react-native-image-crop-picker 当我从 x-code 运行代码时,从图
我正在尝试使用 react-native-image-crop-picker。代码如下。我已经尝试过 npm install react-native-image-crop-picker@latest
我是一名优秀的程序员,十分优秀!