Skip to content

Commit c7839da

Browse files
committed
Added easy os background tasks in RN tutorial to repo and readme.
1 parent e1d22ba commit c7839da

File tree

2 files changed

+387
-1
lines changed

2 files changed

+387
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ A React Native at-least-once priority job queue / task queue backed by persisten
2323
* [Advanced Usage Examples](#advanced-usage-examples)
2424
* [Advanced Job Full Example](#advanced-job-full-example)
2525
* [OS Background Task Full Example](#os-background-task-full-example)
26+
* [Tutorials](#tutorials)
2627

2728
## Features
2829

@@ -539,4 +540,14 @@ const styles = StyleSheet.create({
539540
},
540541
});
541542

542-
```
543+
```
544+
545+
## Tutorials
546+
547+
#### Easy OS Background Tasks in React Native
548+
549+
An in-depth guide to setting up background tasks / services that run periodically when the app is closed.
550+
551+
* [Hosted on Medium](https://hackernoon.com/easy-os-background-tasks-in-react-native-bc4476c48b8a)
552+
* [Raw Markdown](/docs/easy-os-background-tasks-in-react-native.md)
553+

0 commit comments

Comments
 (0)