Tony

Results 6 comments of Tony

Hi @mehmetakify, sorry for the too late reply. Not sure the scenario in you faced the issue, because I am not able to reproduce the bug. Can you add some...

Hi @sanishkr, Currently, the lib just supports only one type of validation on init. So maybe we should make `resolutionType` accept `string[]` type that could support your case. Btw we...

Hi @sanishkr, Thanks for your enthusiasm and nice try, good job bro!! I took a look 2 pull requests and prefer `resolutionType can accept an array of enums`: https://github.com/vutoan266/react-images-uploading/pull/115 Your...

Cool!! You can see my comments under Conversation tab of pull request page.

Hi all, there is new version `3.1.7` with a new prop `allowNonImageType` to support non-image type. Thank you!

Hi, `heic` is a specific type of image, so I think we can use the new prop `allowNonImageType` in version `3.1.7` to solve this case. Thank you all.