filestack-react icon indicating copy to clipboard operation
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.

Results 35 filestack-react issues
Sort by recently updated
recently updated
newest added

Will this lib works with React Native (including the crop feature) ?

enhancement

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 ![641881c9-a46f-4741-9639-7ad3a1f7161a](https://user-images.githubusercontent.com/30615844/109474406-7ca9ff00-7a9a-11eb-9705-2f230b93be72.png) ![2e673cc6-df16-4c48-9283-e7826d461ad1](https://user-images.githubusercontent.com/30615844/109474437-86cbfd80-7a9a-11eb-8732-4e0b8402903f.png) 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.