docs: Link to Worklets docs

This commit is contained in:
Marc Rousavy 2021-07-06 14:54:05 +02:00 committed by GitHub
parent db0baaefe8
commit 1646bb56f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ Frame Processors require [**react-native-reanimated**](https://github.com/softwa
### Interacting with Frame Processors
Since Frame Processors run in Worklets, you can also easily read from, and assign to [**Shared Values**](https://docs.swmansion.com/react-native-reanimated/docs/shared-values) to create smooth, 60 FPS animations:
Since Frame Processors run in [**Worklets**](https://docs.swmansion.com/react-native-reanimated/docs/worklets), you can also easily read from, and assign to [**Shared Values**](https://docs.swmansion.com/react-native-reanimated/docs/shared-values) to create smooth, 60 FPS animations:
```tsx {6}
// represents position of the cat on the screen 🐈