Artsiom Grintsevich

Results 48 comments of Artsiom Grintsevich

current implementation loses part of functionality. we're tracking this issue, will create PR as soon as will be ready with solution

@Valar103769 can you please share more details, what's the issue here? it's not clear from description and screenshot what exactly is invalid on project start.

@allenalston sorry for late response. could you please share `captionContainer` and `captionIcon` styles?

@allenalston actually I missed one thing. the issue is how you are passing styles to `Icon`. currently you are destructuring style object and pass each attribute as a separate prop....

@ShubhamBathe-KM sorry for delay. I've checked `Select` component both with kitten tricks demo app and with fresh test app, and behaviour for iOS is the same it works correctly with...

@ShubhamBathe-KM if you could share a project where the issue is reproducible it would help a lot!

@aminta are you trying to create mapping for your custom component? I think current mapping implementation was not designed to be used with nested objects. if you check UI Kitten...

@pavitpim40 @ZoltanSzokodi can you please share how are you passing theme configuration to `ApplicationProvider`?

@rayhk6 hey! from your custom mappings snippet it seems that the problem is in your mappings. as I can see `meta` field is empty, which is required to describe parameters...

@rayhk6 I have checked applying custom mappings with the snippet you had provided and I can confirm that describing mappings properly (e.i. according to declared interface) makes ts validation being...