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
Improve the Image API parity with React Native by adding some of the static methods and extra props like blurRadius.
The main API method that would be useful is Image.getSize() to make getting image aspect ratios easier, for better use with the useWindowDimensions API. It's possible methods like onLayout could be implemented with the efforts in #472 too.
I am...
| -------------------------------------------------------------------------------------------------
Proposal/Feature-request:
Improve the Image API parity with React Native by adding some of the static methods and extra props like
blurRadius
.The main API method that would be useful is
Image.getSize()
to make getting image aspect ratios easier, for better use with theuseWindowDimensions
API. It's possible methods likeonLayout
could be implemented with the efforts in #472 too.Implementation details:
The text was updated successfully, but these errors were encountered: