Stathis Ntonas

Results 327 comments of Stathis Ntonas

Hi @alpha0010, we've recently released https://github.com/georstat/react-native-image-cache, it would be nice to have resumable downloads like: https://github.com/wcandillon/react-native-expo-image-cache/blob/b81b99b01918558c7680595980d76003d507bc6f/src/CacheManager.ts#L29 in order to "improve" it. We hope/believe that it will get lot of traction....

Thanks for looking into it, I have no clue on native code so I can’t help on this part. I think everything should be done on native side as you...

Thanks @alpha0010, if you want we can test too with the caching lib in real apps.

Having this issue too, can't fix, same stack edit: possible fix https://github.com/sbugert/react-native-admob/issues/448#issuecomment-537659889

solution here: https://github.com/hhunaid/react-native-image-crop-tools/issues/62#issuecomment-1054039871

@hhunaid please don’t merge, I’ll make some changes

good to go :)

You need to use this if you want smaller or bigger steps (it defaults to 0.5 as you can see): https://github.com/hyochan/react-native-audio-recorder-player/blob/c5d3e66a3e9dffc833871fc0f16664ddd779bb08/Example/App.tsx#L137 truth is, it's not well documented on README

@hyochan I believe the issue relies in this line: https://github.com/hyochan/react-native-audio-recorder-player/blob/c5d3e66a3e9dffc833871fc0f16664ddd779bb08/ios/RNAudioRecorderPlayer.swift#L296 Changing that line to this seems to return the duration and not a `NaN` ```swift "duration": self.audioPlayerItem.asset.duration.seconds * 1000 ```

Thanks for the PR @borg, I’ve been using this small fix on production since Aug 21 and had 0 issues