Skip to content

Commit 9d84b00

Browse files
authored
Update README.md
1 parent a7658be commit 9d84b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ console.log(`Fibonacci Result: ${result}`)
110110
- Normal JS functions (e.g. setState) can be called on the React-JS thread with [`runOnJS`](https://docs.swmansion.com/react-native-reanimated/docs/api/runOnJS)
111111
* You can assign Reanimated Shared Values.
112112

113+
> Note that react-native-multithreading is more of a proof of concept than a production ready library. Everything works as I listed it here, but in real world app you most likely won't be needing a JS multithreading library.
114+
113115
## What's not possible?
114116

115117
1. Since the library uses JSI for synchronous native methods access, remote debugging (e.g. with Chrome) is no longer possible. Instead, you should use [Flipper](https://fbflipper.com).

0 commit comments

Comments
 (0)