jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

BackgroundTask.defines the functional component using hook #76

Closed flpfontes closed 4 years ago

flpfontes commented 4 years ago

What is the correct way to use BackgroundTask.define on a functional component with react hooks?