After running npm install react-native-background-task --save, I am trying to import BackgroundTask from 'react-native-background-task', but I get Cannot find module 'react-native-background-task' or its corresponding type declarations.
The package was added successfully. I see it in my node_modules and package.json ("react-native-background-task": "^0.2.1",)