Mina

Results 14 comments of Mina

at least make this field binable property readonly CustomCachedImage _image; and method accessible from outside ImageCropView inside helper class

I am trying this now but your method depends on these fields I may think with something different like Command execute this method and return result ``` CustomCachedImage _image, CropTransformation...

here is the full implementation public class FreshBottomTabbedNavigationContainer : BottomTabbedPage , IFreshNavigationService { List _tabs = new List(); public IEnumerable TabbedPages { get { return _tabs; } } public FreshBottomTabbedNavigationContainer()...

I dont have now but XF4 introduce new concept called Shell so we must be ready for using it , it will be stable soon

any plane to support Shell?

I am still facing the same issue, anyone could find a walk around to it

Thanks, @zeentan22 I wish they could release this fix instead of making a walk around @Inbal-Tish if you don't mind could you merge this fix so we could have it...

I think I figure it out we need to override `reservationsKeyExtractor` to get the right id from the data ``` { console.log('item', item); return item?.reservation?.id; ---> replace with proper id...

Hi @Inbal-Tish expose reservationsKeyExtractor is a walk-around to fixing the incorrect view for the list. I wish this fixed by the library itself by doing the right checks. like this...