Rodrigo Martín
Rodrigo Martín
@klaakso, thanks for the PR, the code looks good, but I will have to take a closer look. However, you should remove the modifications in the files `package.json`, `yarn.lock` and...
@puneetkansal04, make sure you are setting up correctly the deep linking URL.
@shinnachot, I am not sure, but you may need to resolve your promise: ```js await new Promise(async (resolve) => { // For loop with a delay const { delay }...
@fabiros, could you create a PR with your code so we can have this "fix" in a branch at least?
This issue should be fixed by #124. Feel free to reopen if the problem persists.
I have reopened the issue since I had to revert the PR (#124) because it was creating another issue: #126.
@fobos531, thanks for the feedback! I am not planning on adding support for Expo. I am not an active user of Expo and I lack the capabilities to maintain it...
@sulabh9999, there is not such functionality at the moment. However, you can achieve similar results using [Deep Linking](https://github.com/Rapsssito/react-native-background-actions/blob/master/USAGE.md#deep-linking). Thanks for your feedback! I will tag this issue as a `feature...
@klaakso, I have been very busy lately. If you want to help, you are very welcome! 💯
@JosueCont, you cannot run more than one background service at the same time. Please, read the documentation and open a new issue if you have any more questions.