Leandro Melo
Leandro Melo
componentWillReceiveProps was renamed to componentDidUpdate. It is recommended to update this but seem that this package did not. One way around it is using the UNSAFE prefix as you have...
You could do the following to get all the info from the file: ``` const getImageProperties = (file) => { const picture = URL.createObjectURL(new Blob(file, { type: file[0].type })) const...
> I removed the "react-native-reanimated": "~3.3.0",dependency and it solved my problem. > > observation: the build eas development works without problems with the dependency, however the build eas internal preview(apk)...
I don't know if this will help someone, but in my case i had a custom select filter and the chip for that filter would not close. Since CustomFilterListRender is...