Skip to content

Commit 882231f

Browse files
docs: Adjust path for Compatibility (#8348)
There was some change in path when moving documentation from `packages` to `docs` - probably caused by path changing automatically across docs. ## Summary Before: <img width="1309" height="744" alt="image" src="https://github.com/user-attachments/assets/9ca3360d-ce2e-4e80-941e-4b0024d290c7" /> After: <img width="1284" height="813" alt="image" src="https://github.com/user-attachments/assets/4ba05530-1c0f-4d07-9f62-d043330b93c1" /> ## Test plan
1 parent 983e69c commit 882231f

File tree

1 file changed

+1
-1
lines changed
  • docs/docs-reanimated/src/components/Compatibility

1 file changed

+1
-1
lines changed

docs/docs-reanimated/src/components/Compatibility/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import compatibilityData from '../../../../../packages/react-native-worklets/compatibility.json';
3+
import compatibilityData from '../../../../../packages/react-native-reanimated/compatibility.json';
44
import styles from './styles.module.css';
55

66
export function Yes() {

0 commit comments

Comments
 (0)