Scott Spuler
Scott Spuler
I was looking for this same functionality. The addExtraData method is an internal function to the library. What you really want is the "extraUploadData" property of an ExtFile. Add this...
@Pooyahmti I forked the repository and made a few tweaks to @files-ui/react/build/index.es.js, and that worked, but I'd rather have something actually built into the library. It seems like other people...
Just now, I created a publicly accessible version of my fork [here](https://github.com/OneHat-Technologies/files-ui-react), so you all could see the changes I made. In order to include this in a project, you...
I was wrestling with this for eight hours today, and eventually created a patched version of createIcon that works on native. You just submit the "fill-*" className and it works...
@onyedikachi23 I don't know why my solution wasn't working for you. I created a new project today and my createIcon fix works with that one too. However, my solution is...