Skip to content

Commit

Permalink
docs: fix broken link in reanimated babel plugin docs (#6355)
Browse files Browse the repository at this point in the history
After the change to monorepo link leads to 404
  • Loading branch information
kacperkapusciak committed Jul 31, 2024
1 parent 4c11d2e commit a85657a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ JS THREAD

This output occurs because the entire `global` object (!) would be copied to the UI thread for it to be assigned by `setOnUI`. Then, `readOnUI` would again copy the `global` object and read from this copy.

There is a [huge list of identifiers whitelisted by default](https://github.com/software-mansion/react-native-reanimated/blob/main/plugin/src/globals.ts).
There is a [huge list of identifiers whitelisted by default](https://github.com/software-mansion/react-native-reanimated/blob/3.14.0/packages/react-native-reanimated/plugin/src/globals.ts).

### substituteWebPlatformChecks

Expand Down

0 comments on commit a85657a

Please sign in to comment.