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.11k stars 110 forks source link

BackgroundTask.defines the functional component using hook #76

Closed flpfontes closed 5 years ago

flpfontes commented 5 years ago

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