react-navigation / react-navigation/react-navigation.github.io

Mocking RN NativeAnimatedHelper - path has been changed

未关闭 适合新手
#1,516 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
JavaScript
星标
324
派生
2k
PR 合并指标
30 天内没有已合并 PR

描述

RN Animated NativeAnimatedHelper.js path has been changed since RN 0.76. The new path should be:

jest.mock('react-native/src/private/animated/NativeAnimatedHelper');

This snippet needs to be updated to mention the new and old paths.

https://github.com/react-navigation/react-navigation.github.io/blob/main/versioned_docs/version-7.x/testing.md?plain=1#L67

// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
import { jest } from '@jest/globals';

// For RN >= 0.76
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');

// For RN <0.76
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

打开 versioned_docs/version-7.x/testing.md 第 67 行附近的内容,并检查 React Native Animated mocking 代码片段。更新它以展示 RN >= 0.76 的新路径和 RN < 0.76 的旧路径,然后验证渲染后的文档是否清楚地呈现这两个选项。

由索引模型根据 Issue 内容生成。

评估

技术栈
react-native
领域
documentation
Issue 类型
文档
难度
1/5
预计耗时
1 小时以内
活跃度
活跃
描述清晰度
描述清楚
新手友好度
94/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。