Open munduu opened 6 years ago
Have this problem too on Android
Sorry, my problem was the manual step in configuration.
Same problem on RN 0.55. I added manual configuration step
@userinova @lucianomlima i had the same issue and it get solved when i followed this part of documentation https://github.com/jamesisaac/react-native-background-task#android
Any solution? RN 0.50 react-native-background-task 0.2.1
componentDidMount() { console.log("BackgroundTask", BackgroundTask); // this show a object BackgroundTask.schedule(); // here i got this error
}