sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
546 stars 22 forks source link

Image Styling #75

Closed iMJumpmxn closed 3 months ago

iMJumpmxn commented 3 months ago

Hi Stefan,

thank you for building this Library!

Is there any way support for setting the position to absolute for images?

abdul-wajid-afridi commented 3 months ago

https://saleksovski.github.io/react-native-android-widget/docs/primitives/overlap-widget @iMJumpmxn try this

iMJumpmxn commented 3 months ago

Worked thank you! Any idea how to use the image styles "resizeMode" here?

abdul-wajid-afridi commented 3 months ago

i don't know about that but height: 'match_parent', width: 'match_parent' might help you what's your target?

sAleksovski commented 3 months ago

Closing this since the original question is answered by @abdul-wajid-afridi .

resizeMode is not currently not supported. Please open another issue if you need it.