Atabekov Farrukh

Results 14 comments of Atabekov Farrukh

react-native-fs hash method seems to work correctly. There might be a problem with the way you are picking the file in React Native.

THE SOLUTION is: on Android you need to specify the file path with file:// as prefix. So do like this: const audio = { uri: 'file://' + this.recorder.fsPath, type: 'video/mp4',...

THE SOLUTION is: on Android you need to specify the file path with file:// as prefix. So do like this: const audio = { uri: 'file://' + this.recorder.fsPath, type: 'video/mp4',...

I also have the same issue and I am about to implement the uploads using a background queue rather than uploading the videos concurrently.

> @augini can you refresh this if you are in debug mode and then retry? I think it was not on a debug mode. Anyways, what I have decided is...

> Using very similar configuration, I have found that if I swipe left on the image, when I get to the last image in the data and then swipe left...

> > What kind of error are you facing? > > I am avoiding an error by checking if the index value returned is to large (i.e. greater than the...

I think this is not a solution but more like a workaround that wrapping the menu inside [PaperProvider](https://callstack.github.io/react-native-paper/docs/guides/theming) seems to avoid the menu from automatically dismissing.

I experienced the same issue and a fix would be really appreciated for this as it is not obvious in the documentation as well.

Definitely, the documentation should be updated to include the potential risks associated with setting the `dontBreakRows` property to true.