Artsiom Grintsevich
Artsiom Grintsevich
The problem is that the accessory in `ListItem` was mostly designed for icons there so it has a fixed width in mappings which is equal to 24. As a workaround,...
@danya0365 thanks for an example. BTW, If I'm not mistaken in your custom mapping json you don't have to add `meta` part if you're not overriding anything. If you just...
could you please share some code to add more context?
It seems you forgot to update the `selectedIndex` variable with a new index in `handleStatus` callback. Please try it. You can check [documentation](https://akveo.github.io/react-native-ui-kitten/docs/components/view-pager/overview#viewpager) with an example of how to use...
Could you please share theme file you're trying to apply?
Could you please share some more context on the issue? Are you passing some custom `DateService` to the component? Which locale is used your example? I've checked the case you...
@Bertram25 I experienced similar behavior, but with expo. When running project locally everything is working fine, but when building project `reporter update` is also never run. For now we don't...
Could you please provide more details about icons pack you're using? If we're talking about Eva Icons Pack it's not based on fonts, so there is no way to change...
@chrismathews2007 thanks for sharing sample project. I ran it and checked on both platforms ios/android it works for me. I'm able to select year/month/date. could you please share some details...
Could you please provide more context for the issue? Some code examples would help a lot.