filestack-react
filestack-react copied to clipboard
Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Will this lib works with React Native (including the crop feature) ?
Hi, I'm using version 3.2 of filestack-react, with this configuration: ```js const options = { onSuccess, onError, apikey: FILEPICKER_API_KEY, componentDisplayMode: { type: 'immediate', }, actionOptions: { container, onUploadStarted, accept: ['.pdf',...
I am helping to make an app that uses the Filestack PickerOverlay, and we got a couple complains from people who were having trouble uploading. I checked to see if...
It shows a message "something went wrong", after clicking on "retry" button, appears a "Dropbox is not available" message. https://prnt.sc/xqzd0j
This commit: be2a01a5e79c637d29de261a679752b0a34b3bf3 removed the index.d.ts type definitions file from src. This also makes the js client options passed to the react component untyped, which makes it very difficult to...
Locally, everything works great, runs as expected, facebook, instagram, google drive all do their own Oauth flow to connect and then i can use files from there. on staging and...
In below, you can see follow how i want to rename file in react file stack Step-1 First select file   Step-2 Click on upload button after selected file...
TypeScript types weren't getting recognized because package.json was missing the "types" property. I also beefed up the types to get my own project to compile without warnings.