docs: Link to Worklets docs
This commit is contained in:
parent
db0baaefe8
commit
1646bb56f4
@ -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 🐈
|
||||
|
Loading…
Reference in New Issue
Block a user