找到约 10000 条结果
  • {代码...} [链接]
    2020-04-01
    1
    ✓ 已解决
  • react-native 新建项目,xcode执行就爆node: command not found {代码...} node时用nvm安装的, yarn、react-native都在6.9.1下面
    2017-03-07
    1
  • 用的react-native-oh-tpl-react-native-view-shot-3.8.0-0.2.0.tgz这个版本。使用react-native-view-shot库的截图功能报错,无论使用vsRef.current?.capture()或者使用captureRef(vsRef),都报如下错误:
    2024-12-08
    1
  • 使用CAPI传递bool数组类型的参数 {代码...}
    2024-08-05
    1
  • 检查: https ://github.com/react-native-community/react-native-webview/issues/140
    2022-11-08
  • 结果在 import OpenFile from 'react-native-doc-viewer'; 之后,便出现undefined is not an object(evaluating 'RNReactNativeDocViewer.openDoc')
    2018-04-21
    2
    ✓ 已解决
  • 最新版本的react-native表示会移除AsyncStorage,推荐使用@react-native-community/async-storage这个库,根据文档
    2019-05-14
    2
    ✓ 已解决
  • 如题:HarmonyOS 集成@react-native-oh-tpl/react-native-pdf后App Crash?
    2024-12-08
    1
  • 如题:HarmonyOS react-native-oh-tpl-react-native-qrcode-svg 是否已适配 HarmonyOS?
    2024-09-23
    1
  • 执行 react-native init MyProject 然后在 package.json 中降级 react-native 也不起作用,因为 init 用于构建应用程序和模板的命令安装了一堆模板没有 dowgrade 命令可以降级这些模板。 (有一个 upgrade 命令。)
    2022-11-08
    2
    ✓ 已解决
  • iOS原生页面进入react native里js加载的页面特别卡顿,如何优化?只能升级react native版本?最新版react native总是存在这样那样的问题
    2017-07-28
    2
  • 第一件事, react-native-icons 的维护者自己指向更新和维护 的 react-native-vector-icons 显然到目前为止, rnpm 项目已被合并到 react-native。 换句话说,你的生活就像打字一样简单 {代码...} 你可能会很高兴*) *) 至少它在我的机器上工作 原文由 flq 发布,翻译遵循 CC BY-SA 3.0 许可协议
    2022-11-08
  • 新版React Native 混合开发(iOS篇)
    React Native的应用场景中,有时候一个APP只有部分页面是由React Native实现的,比如:我们常用的携程App,它的首页下的很多模块都是由React Native实现的,这种开发模式被称为混合开发。
    2020-09-19
  • 在命令行输入如下语句:react-native init AwesomeProject 报错信息如下: 新版的react-native才会报错,后来使用旧版的react-native-cli可以成功创建。
    2020-03-02
  • ionic 和react-native 不是一个层次的东西,react-native开发的是native app不是 hybrid app 目前react-native android 已经开源!
    2015-09-18
  • 可行,react-native 0.6+;注意安装 @react-native-community/viewpager 而不是react-native-viewpager
    2019-10-25
  • React Native Vs. Xamarin Vs. Ionic Vs. Flutter
    While developing Native Mobile Apps, Android apps are written in Java, and iOS ones in Swift and Objective-C. No doubt, this approach delivers apps that are flawless and high performing. But, the development path this approach follows is quite time-consuming and expensive because the same code mu...
    2019-02-13