Yash Jadhav

Results 6 comments of Yash Jadhav

I'm also facing this issue whenever I use refreshControl the speed of marquee increases @zehratok I used your code now it's fixed Thanks

> @zehratok This change causes a laggy feel for me if the data is consistently updating inside the child use this package [@homielab/react-native-auto-scroll](https://www.npmjs.com/package/@homielab/react-native-auto-scroll)

You can achieve this using dayjs library you can check my code and implement it in your code `import dayjs from 'dayjs';` `import 'dayjs/locale/ar'` `import preParsePostFormat from 'dayjs/plugin/preParsePostFormat'` `dayjs.extend(preParsePostFormat)` const...

add this in your package.json for now `"react-native-track-player": "github:puckey/react-native-track-player#feature/update-react-native"`

``` const uploadFileInChunks = async (filePath,gdrive,name) => { const CHUNK_SIZE = 256 * 1024; try { // Get file size first const fileStats = await RNFS.stat(filePath); const fileSize = fileStats.size;...

`this.__transferredByteCount = transferredByteCount` This line fixed my issue @RobinBobin Thanks @cip123