Skip to content

Commit 800b0d4

Browse files
authored
Update README.md
1 parent a5c4a39 commit 800b0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ console.log(`Fibonacci Result: ${result}`)
107107
* You can use functions from "outside".
108108
- Worklets (functions with the `'worklet'` directive) can be called directly on the separate thread
109109
- Normal JS functions (e.g. setState) can be called on the React-JS thread with `runOnJS`
110-
- Native JSI functions ("host functions") can be called synchronously (e.g. functions from [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv#usage))
110+
- Native JSI functions ("host functions", aka functions that print `function f() { [native code] }` when you call `.toString()` on them) can be called synchronously (e.g. functions from [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv#usage))
111111
* You can assign Reanimated Shared Values.
112112

113113
## What's not possible?

0 commit comments

Comments
 (0)