react-native-background-task
react-native-background-task copied to clipboard
cannot build project
error: package com.jamesisaac.rnbackgroundtask does not exist what does that mean? how can i fix it?
This is an old issue but this might help someone.
So, if you linked the project with react-native link then just add implementation project(path: ':react-native-background-task') or compile project(path: ':react-native-background-task') (depending on the gradle version you'r using) to the android/app/build.gradle file under dependencies {...}.