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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ Spin worker threads and run CPU intensive tasks in the background. Bonus point o
13
13
npm install react-native-workers --save
14
14
```
15
15
16
-
## Setup
17
-
18
-
### rnpm
16
+
### Automatic setup
19
17
20
18
simply `rnpm link react-native-workers` and you'r good to go.
21
19
22
-
### iOS
20
+
### Manual setup
21
+
22
+
#### iOS
23
23
24
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`
25
25
2. Add `libWorkers.a` to `Build Phases -> Link Binary With Libraries`
0 commit comments