linchuan
linchuan
我运行了在 iOS 模拟器上, 踩了一些新坑. 1. 目前 RN 仅支持 node11 以下. 否则会报`download(404)...` 的错误. 我安装的是 node10(10.15.0), 如何安装指定版本的node, 看[这里](https://www.jianshu.com/p/c5c298486dbd). 2. 建议用 Terminal 运行, `react-native run-ios`, 中间会花点时间下载 realm 库. 如果你和我一样喜欢用 Xcode 直接运行的话(其实都一样), 可能会报 `main.jsbundle`...
> Could you explain a bit more? In not sure what the issue is. I use `version is 3.0.0-alpha.5`, this can not show ``` "" ```
还是只能用模拟器, 用真机测试的话 找不到路径
syncfusion_flutter_datepicker: 20.1.47 That did work
> What is your HTML This can not show ``` "" ```
> Which package are you using? `flutter_widget_from_html_core` doesn't support VIDEO tag. `flutter_widget_from_html` does. I use `flutter_widget_from_html`, you can try that html String
设置contentMode
> 使用最新的1.1.8 Maven 要这样用. https://github.com/Curzibn/Luban/issues/394#issuecomment-875344393
Could you tell me how to use this in an iOS project?
In OC, we can catch exceptions by try-catch, but Swift doesn't seem to be able to do this. Swift can call try-catch in OC, but it can only be applied...