Skip to content

Commit 522f3bd

Browse files
authored
docs: Fix missing import for runOnJS (mrousavy#3559)
Update FOCUSING.mdx Forgot imporpt of runOnJS
1 parent ae9be9f commit 522f3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/guides/FOCUSING.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is an Example on how to use [react-native-gesture-handler](https://github.c
2727
```tsx
2828
import { Camera, useCameraDevice } from 'react-native-vision-camera'
2929
import { Gesture, GestureDetector } from 'react-native-gesture-handler'
30+
import { runOnJS } from 'react-native-reanimated';
3031

3132
export function App() {
3233
const camera = useRef<Camera>(null)

0 commit comments

Comments
 (0)