You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to detect or define custom image sizes ?
react-native-image-size We were using this to detect size and then set into native component with custom animation, wanted to give this library a try...
The text was updated successfully, but these errors were encountered:
Hello @feruzm,
Actually, this is a completely different library approach then what you are looking for, however, maybe I can add this feature in the future but as I said, not the two same libraries with the react-native-image-size
I wasn’t comparing the two, was just curious if onLoad or some callback could catch the image size or ratio of image from thumbnail. Right now I am using above mentioned library to catch the size and then giving that size to this component which is working ok, but having one component to do both of that would be optimal because thumbnail is downloaded by this library anyway...
fast image or native image component has onLoad, callback which I think returns width and height values.
Is it possible to detect or define custom image sizes ?
react-native-image-size
We were using this to detect size and then set into native component with custom animation, wanted to give this library a try...The text was updated successfully, but these errors were encountered: