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
and it works, the images appear but i unable to resize the image that way, is there a way to do it properly?
Edit
my first way above works with uri being the name of the image asset on the native side (xcasset on iOS), but when i tried to define the height and the width, i got this error :Image source size {60, 60} does not match loaded image size {30, 30}.
The text was updated successfully, but these errors were encountered:
I need to use buttons with image on the right side of navigation bar, but unable to resize the image, so i initially followed the docs => http://airbnb.io/native-navigation/docs/api/navigator-config.html and tried to do something like this
but got a JSON value error
then i tried to do this
and it works, the images appear but i unable to resize the image that way, is there a way to do it properly?
Edit
my first way above works with uri being the name of the image asset on the native side (xcasset on iOS), but when i tried to define the height and the width, i got this error :
Image source size {60, 60} does not match loaded image size {30, 30}.
The text was updated successfully, but these errors were encountered: