Skip to content

Commit

Permalink
Link to example project
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesisaac committed Aug 10, 2017
1 parent 085227e commit 3db6df1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,15 @@ iOS:
$ adb logcat *:S ReactNative:V ReactNativeJS:V BackgroundTask:V
```

Keep in mind that after the app leaves the foreground, you'll have to wait at least 50% of the desired period (so, default is 7m30s) before the task executes.
Keep in mind that after the app leaves the foreground, you'll have to wait at
least 50% of the desired period (so, default is 7m30s) before the task
executes.

## Examples

A full example project can be found here:
https://github.com/jamesisaac/RNBackgroundTaskExample

### Simple

```js
Expand Down

0 comments on commit 3db6df1

Please sign in to comment.