Skip to content

Commit 4ab1a67

Browse files
committed
Added header image.
1 parent c7839da commit 4ab1a67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/easy-os-background-tasks-in-react-native.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Easy OS Background Tasks in React Native
33

4+
<img src="/docs/easy-os-background-tasks-in-react-native.png" alt="Easy OS Background Tasks in React Native Header Image"/>
5+
46
**Thanks to a couple of relatively new libraries, running tasks in a background thread, also known as a service, when your react native app is closed has never been easier.**
57

68
Today I’ll walk you through setting up tasks that will run periodically even when your app is closed. If you already have React Native setup, and you’re staring at your IDE right now, it will only take you ~15 minutes to be fully up and running with this complete example.
Loading

0 commit comments

Comments
 (0)