react-native-background-task icon indicating copy to clipboard operation
react-native-background-task copied to clipboard

How to use it with Expo ?

Open roei133 opened this issue 5 years ago • 3 comments

how can I use the "react-native-background-task" if I use the expo?

roei133 avatar Jan 30 '20 06:01 roei133

You can't use native libraries with expo unless you eject your project.

auaugorithm avatar Feb 05 '20 02:02 auaugorithm

Expo has it's own background task implementation that you can use:

https://docs.expo.io/versions/latest/sdk/task-manager/

a-zen avatar Jul 30 '20 17:07 a-zen

@a-zen Does expo task manager works even when app is closed/terminated?

artsnr1 avatar Jan 26 '21 05:01 artsnr1