I got this custom hook, to handle the download of some images, however i was trying to apply the example on the docs with some tweaks, but on the iOs simulator just doesn't run, the app doesn't crash or something weird, the background notification just doesn't shows but the task executes right.
I got this custom hook, to handle the download of some images, however i was trying to apply the example on the docs with some tweaks, but on the iOs simulator just doesn't run, the app doesn't crash or something weird, the background notification just doesn't shows but the task executes right.
Here's my custom hook:
Here's the
npx react-native info
command output:If somebody knows any solution it will be appreciated, thanks.