You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",)
achyuthannakula, MingKangS, atticusliu and zju1liamhp-hotspot