Jothikannan
Jothikannan
Does anybody have a good example of base64 encoding and decoding for video and image? I am working on this library for the past 2 days, I can't find any...
Hi, Is there any way to add our custom icons in the Editor view? Like Crop, Save.. etc
``` getThumbnail(filePath){ let thumbnailURL; RNThumbnail.get(filePath).then((response) => response.path) .then((responseData) => { console.warn(responseData); return responseData; }) .catch(error => console.warn(error)); alert(thumbnailURL); //return thumbnailURL; } ``` I am trying to get thumbnail path and...
Hi, Is there any way to find the current screen, as we have Grid and Fullscreen view I need to find the current screen to add custom header depend upon...
This component is looking very nice, but lack of documentation and examples. Is there any example of react-native-fs usage to store and get photos and videos from a local path?...
Thanks for the good component. But it is lack of documentation. Please write a clear documentation to use
When i try to play the video with playBetween it causing the following error `TypeError: this.rangeslider.playBetween is not a function return this.rangeslider.playBetween(start, end);`
@danielcebrian i need your help here. i want to disable seekbar action attached with Right and Left selection bar . meants when we move Right or Left selection bars, the...
Hi, Here am getting the issue with the 404 page not found on after the successful authentication with google , my error log says INFO -- 117.218.244.251 -- 2013-11-12T12:02:35+05:30 --...
After the call ended, I have verified the survey results, the transcribed values not matching, For example, Question: " Please tell us your address". Answered: " 11, south street" But...