We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runOnJS
1 parent ae9be9f commit 522f3bdCopy full SHA for 522f3bd
1 file changed
docs/docs/guides/FOCUSING.mdx
@@ -27,6 +27,7 @@ This is an Example on how to use [react-native-gesture-handler](https://github.c
27
```tsx
28
import { Camera, useCameraDevice } from 'react-native-vision-camera'
29
import { Gesture, GestureDetector } from 'react-native-gesture-handler'
30
+import { runOnJS } from 'react-native-reanimated';
31
32
export function App() {
33
const camera = useRef<Camera>(null)
0 commit comments