Skip to content

Commit 684d745

Browse files
committed
Noted supported library versions
1 parent e8556d3 commit 684d745

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $ npm install --save react-native-background-task
2323
[react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch)
2424
* **Android**: Follow native Android module installation instructions from
2525
[react-native-background-job](https://github.com/vikeri/react-native-background-job)
26+
* Recommended version: v1.1.0 (API has changed as of v1.1.3)
2627

2728
## API
2829

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"flow-bin": "^0.39.0"
1010
},
1111
"peerDependencies": {
12-
"react-native": "*"
12+
"react-native": "*",
13+
"react-native-background-fetch": "*",
14+
"react-native-background-job": ">=1.1.0 <1.1.3"
1315
}
1416
}

0 commit comments

Comments
 (0)