Alejo Castaño
Alejo Castaño
Did you try passing the `jobId` as parameter? this is because all downloads contains the task id to identify what is the download in progress since simultaneous downloads are permitted....
Hi, I'm still facing that error with 0.68.x and 0.69.x, any idea?  My config is: ``` "react-native-reanimated": "2.9.1", "react-native-screens": "3.15.0", "react-native": "0.68.2", "react-native-safe-area-context": "4.1.4",...
> you are using Fabric, right? Reanimated 2 doesn't support Fabric, you can use Reanimated 3(Beta) to work with Fabric. I am still waiting for the Swmansion release Reanimated3, Read...
> The error happens because PropTypes in React 16 is deprecated. You should use the prop-types package from npm instead. Go to the `Anim.js`, `LazyloadImage.js`, `LazyloadListView.js`, `LazyloadScrollView.js`, `LazyloadView.js`. > Change...
> @skantus one question here? wont that cause performance issues going forward since the animations will now run on the JS thread, and the delta in frame calculation values will...
Certainly, in the case of highly intricate animations, there may be an impact on performance. However, rather than emphasizing the potential performance issues, it is advisable to prioritize stability and...
@oblador this works for me!
Hi @SwathyPA I'm using iOS 12.3.1 and works well.
Hi @SwathyPA, you can try in 2 ways: ## Same code: ```javascript BackgroundTimer.runBackgroundTimer(() => { // Your scheduled task. }, 3000); BackgroundTimer.stopBackgroundTimer(); //after this call all code on background stop...
Hi, @alexfinnarn this is a similar issue about `background task` to a better understanding: https://github.com/EkoLabs/react-native-background-downloader/issues/42#issuecomment-527653821