We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8556d3 commit 684d745Copy full SHA for 684d745
README.md
@@ -23,6 +23,7 @@ $ npm install --save react-native-background-task
23
[react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch)
24
* **Android**: Follow native Android module installation instructions from
25
[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)
27
28
## API
29
package.json
@@ -9,6 +9,8 @@
9
"flow-bin": "^0.39.0"
10
},
11
"peerDependencies": {
12
- "react-native": "*"
+ "react-native": "*",
13
+ "react-native-background-fetch": "*",
14
+ "react-native-background-job": ">=1.1.0 <1.1.3"
15
}
16
0 commit comments