-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'react-native-background-task' #83
Comments
Same issue with me. Did you find a fix for it? |
Any solution to this? |
Same issue with me. |
Please do npm run |
Actually I figured out why that is happening, but I couldn't get a solution for it, yet. 😂😂😂😂😂 But for in the same time the Task didn't worked for me as well, I think we need the both files to be converted to JS, and I will try doing that after finishing the project I am working on. |
ok, decided to removed this bad lib |
After running
npm install react-native-background-task --save
, I am trying toimport BackgroundTask from 'react-native-background-task'
, but I getCannot 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",
)The text was updated successfully, but these errors were encountered: