首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏前端笔记薄

    React-native组件库列表

    react-native 对 react 对 数据管理 mobx-react 对 mobx UI @ant-design/react-native 对 Toast 加入Provider 其他不清楚 模糊效果 @react-native-community react-native-reanimated 路由 react-native-router-flux 对 全屏 react-native-screens 闪屏页 react-native-splash-screen 存储 @react-native-community 功能齐全的导航库的依赖项 react-native-screens react-native-router-flux svg react-native-svg 读取xml xmldom 矢量图形 @react-native-community

    2.3K20编辑于 2022-12-27
  • 来自专栏跨平台全栈俱乐部

    5000字的React-native源码解析

    /art' instead of 'react-native'. " + 'See https://github.com/react-native-community/art', /netinfo' instead of 'react-native'. " + 'See https://github.com/react-native-community/react-native-netinfo /cameraroll' instead of 'react-native'. " + 'See https://github.com/react-native-community/ /image-editor' instead of 'react-native'. " + 'See https://github.com/react-native-community /datetimepicker' instead of 'react-native'. " + 'See https://github.com/react-native-community

    3.3K20发布于 2020-06-22
  • 来自专栏前端三元同学

    5000字的React-native源码解析

    /art' instead of 'react-native'. " + 'See https://github.com/react-native-community/art', /netinfo' instead of 'react-native'. " + 'See https://github.com/react-native-community/react-native-netinfo /cameraroll' instead of 'react-native'. " + 'See https://github.com/react-native-community/ /image-editor' instead of 'react-native'. " + 'See https://github.com/react-native-community /datetimepicker' instead of 'react-native'. " + 'See https://github.com/react-native-community

    3K10发布于 2021-03-11
  • 来自专栏技术社区

    移动跨平台ReactNative存储数据组件AsyncStorage【13】

    在 0.60 版本之前,这个组件是内置的,0.60 版本把它移到了 react-native-community/react-native-async-storage。 为了兼容所有版本,我们推荐安装 react-native-community/react-native-async-storage。 yarn add @react-native-community/async-storage 或 npm i @react-native-community/async-storage 链接组件 React 但之前的版本则需要我们手动链接 react-native link @react-native-community/async-storage 如果你从低版本升级到 0.60+ 版本,反而要删除链接,命令如下 react-native unlink @react-native-community/async-storage 引入组件 import AsyncStorage from '@react-native-community

    4K10编辑于 2022-06-17
  • 来自专栏网络安全技术点滴分享

    CVE-2025-11953:React Native CLI 严重远程代码执行漏洞深度解析

    严重等级 严重 (CVSS v3.1: 9.8) – 网络攻击、复杂度低、无需特权 受影响包 @react-native-community 立即更新npm update @react-native-community/cli @react-native-community/cli-server-api确保版本>= 20.0.0运行npm list @react-native-community/cli-server-api进行验证2.

    19610编辑于 2026-01-02
  • 来自专栏正则

    使用umi开发react-native应用

    react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community * 按照 RN 官方文档引用:https://github.com/react-native-community/async-storage */ import AsyncStorage from ' @react-native-community/async-storage'; const PERSISTENCE_KEY = 'MY_NAVIGATION_STATE'; // 返回之前本地持久化保存的状态 if (state) { await AsyncStorage.setItem(PERSISTENCE_KEY, JSON.stringify(state)); } } 如果你需要用到@react-native-community /async-storage请按照https://github.com/react-native-community/async-storage安装; 安装完成后,记得进到 ios 目录使用 pod 安装原生依赖

    8.5K30发布于 2021-11-02
  • 来自专栏程序语言交流

    React Native 运行报错 error in opening zip file

    internal/process/task_queues.js:93:5) at async runOnAllDevices (D:\code\AwesomeProject\node_modules\@react-native-community runAndroid\runOnAllDevices.js:106:5) at async Command.handleAction (D:\code\AwesomeProject\node_modules\@react-native-community

    97230编辑于 2022-07-29
  • 来自专栏超级码力

    🧭 React Native 版本升级指南

    /node_modules/@react-native-community/cli-platform-ios/native_modules' target '项目名称' do pod 'React /node_modules/@react-native-community/cli-platform-ios/native_modules' target '项目名称' do pod 'React /node_modules/@react-native-community/cli-platform-ios/native_modules' target '项目名称' do ... /node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle /node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle

    6K20编辑于 2022-02-23
  • 来自专栏杨龙飞前端

    RN中webview的一些思考

    color: #118eff} --> https://github.com/facebook/react-native/issues/11594,解释了为什么要延迟 https://github.com/react-native-community

    1.7K40发布于 2019-07-27
  • 来自专栏code秘密花园

    Meta 最新开源!面向 Web 和 Native 的跨平台 React 解决方案

    我们可以通过在存储库中运行示例应用并使用 Xcode 的视图层次工具来检查组件,轻松验证这一点: Nicolas 的 RFC:RFC: React DOM for Native (https://github.com/react-native-community https://szymonrybczak.dev/blog/react-strict-dom#what-is-react-strict-dom-approach https://github.com/react-native-community

    94410编辑于 2024-03-12
  • 来自专栏彭湖湾的编程世界

    React-Native踩坑记录二

    www.jianshu.com/p/d237f0258418 2.React-Native的渐变实现方案 (1) 使用react-native-linear-gradient:https://github.com/react-native-community

    1.3K10发布于 2020-06-19
  • 来自专栏云云众生s

    如何为React Native应用插桩以发送OTel信号

    特别是,我们将使用它的[@react-native-community/cli](https://www.npmjs.com/package/@react-native-community/cli) init 命令快速启动一个空白应用: npx @react-native-community/cli init Walkthrough cd Walkthrough/ios bundle install bundle

    1.5K00编辑于 2025-03-02
  • 来自专栏h5

    React Native聊天app实例|RN版聊天室

    0.60.4" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community /async-storage": "^1.6.1", "@react-native-community/eslint-config": "^0.0.5", "babel-jest": "

    7.4K10发布于 2019-09-01
  • 深入小程序系列(三) ReactNative和小程序混编

    JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community

    1.3K30发布于 2020-04-14
  • 来自专栏前端开发随笔

    Rn使用@react-navigation/native配置页面路由以及导航栏

    react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community

    4K20发布于 2021-07-01
  • 来自专栏谦谦君子修罗刀

    RN(0.67)接入现有swift项目及常见问题

    /node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '11.0' target

    1.5K10编辑于 2022-03-10
  • 来自专栏Web大前端

    React Native跨平台开发实战:从零到一

    react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community

    2.2K10编辑于 2024-06-02
  • 来自专栏sofu456

    react native基本使用

    unimodules https://docs.expo.io/bare/installing-unimodules/ 混合模式 与原生的java代码混合 添加第三方模块 react-native link @react-native-community

    3.7K20编辑于 2022-05-06
  • React Native 导航:深入研究导航库

    react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community

    3.4K00编辑于 2024-01-27
  • 来自专栏若川视野

    Taro v3.6 代号为「Reach」,已发布 canary 版本

    @react-native-community/clipboard 及 @react-native-community/cameraroll 已被弃用,更新后可删除。 https://github.com/NervJS/taro-project-templates/tree/v3.6/react-native [24] 官方文档: https://github.com/react-native-community

    1.3K40编辑于 2023-02-03
领券