Skip to content

Commit 766809e

Browse files
committed
Update README.md
1 parent 716f415 commit 766809e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,12 @@ npm install react-native-multithreading
2424
npx pod-install
2525
```
2626

27+
Since JSI is not officially released, installing **react-native-multithreading** requires you to edit a few native files. Follow the [SETUP.md](./SETUP.md) guide.
28+
2729
> Requires react-native-reanimated [**2.1.0**](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.1.0) or higher.
2830
2931
> 🎉 [v1.0](https://github.com/mrousavy/react-native-multithreading/releases/tag/1.0.0) with Android support is here! 🎉
3032
31-
### iOS
32-
33-
Run:
34-
35-
```sh
36-
cd ios
37-
pod install
38-
```
39-
40-
### Android
41-
42-
Since JSI is not officially released, an extra installation step will be required for Android. Follow the [SETUP.md](./SETUP.md) guide.
43-
4433
## Why
4534

4635
Since [JSI](https://github.com/react-native-community/discussions-and-proposals/issues/91) is becoming more mainstream, there might be functions that are actually blocking and take a while to execute. For example, a storage library like [my react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) or an SQLite JSI library might take a few milliseconds to execute a complex call. You don't want your entire React-JS thread to freeze when doing that, since users will perceive a noticeable lag or freeze.

0 commit comments

Comments
 (0)