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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devfd committed Jul 26, 2016
1 parent 9a83b7b commit 9023eea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Spin worker threads and run CPU intensive tasks in the background. Bonus point o
npm install react-native-workers --save
```

## Setup

### rnpm
### Automatic setup

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

### iOS
### Manual setup

#### iOS

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

### Android
#### Android

in `android/settings.gradle`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-workers",
"version": "0.2.1",
"version": "0.3.0",
"description": "react native web workers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9023eea

Please sign in to comment.