Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 9023eea

Browse files
author
devfd
committed
v0.3.0
1 parent 9a83b7b commit 9023eea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Spin worker threads and run CPU intensive tasks in the background. Bonus point o
1313
npm install react-native-workers --save
1414
```
1515

16-
## Setup
17-
18-
### rnpm
16+
### Automatic setup
1917

2018
simply `rnpm link react-native-workers` and you'r good to go.
2119

22-
### iOS
20+
### Manual setup
21+
22+
#### iOS
2323

2424
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`
2525
2. Add `libWorkers.a` to `Build Phases -> Link Binary With Libraries`
2626

27-
### Android
27+
#### Android
2828

2929
in `android/settings.gradle`
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-workers",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "react native web workers",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)