Taiwo Damilola
Taiwo Damilola
did you get a fix for this, am having same issues, row cant scroll on android but works perfectly well on ios.
used this package somtimes last year and it worked, @bryancalisto your fix doesnt seems to be working anymore. any help,
Any working Solution on this ???
> I was able to solve this by deleting the .nvm folder because I don't need it in my project. restart xCode & rebuild my project. > > If you...
> Yes in the system file, sorry for the confusion. I dont use nvm on my mac, but i still get the issue. works fine starting android , just ios...
> There is an `author` which is like sender you're suggesting, with first name, last name, image url etc. For everything else that is not in the types, there is...
Hi everyone has this been implemented in the current version or i should still use the alpha version ?
@noumantahir, Pls ignore the if block. Using this. ``` RNHeicConverter.convert({path: res?.sourceURL}) .then((res: any) => console.log(res)) .catch((err: any) => console.log(err)); ``` or ``` const selectedImage = async(item)=>{ try{ const convertedImage =...
@maxim-kolesnikov @noumantahir am using a camera roll, when a user clicks on any of the image i get the below object ``` { timestamp: 1522437259.365, type: "image", group_name: "All Photos",...
> ```ts > Platform.OS === 'android' > ``` > > Are u use Android? Which OS are we talking about? Building for both OS. but currently testing for IOS.