You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+43-30Lines changed: 43 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,10 @@
3
3
Spin worker threads and run CPU intensive tasks in the background. Bonus point on Android you can keep a worker alive even when a user quit the application :fireworks:
4
4
5
5
## Features
6
-
- JS workers for iOS and Android
6
+
- JS web workers for iOS and Android
7
7
- access to native modules (network, geolocation, storage ...)
8
8
- Android Services in JS :tada:
9
9
10
-
## Warning
11
-
This plugin is still in beta and some features are missing. Current restrictions include:
12
-
- worker files are only loaded from http://localhost:8081.
13
-
- worker files are not yet packaged with your application.
simply `rnpm link react-native-workers` and you'r good to go.
21
+
24
22
### iOS
25
23
26
24
1. Open your project in XCode, right click on Libraries and click Add Files to "Your Project Name". Look under node_modules/react-native-workers/ios and add `Workers.xcodeproj`
0 commit comments