Ivan
Ivan
### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/react-native-ui-kitten/blob/master/CONTRIBUTING.md) guide. - [x] I read and followed the...
## 🐛 Bug Report When using `Button` component, mapping provide `textFontSize` for setting up `fontSize` for text inside button. Yet, looks like mappings doesn't work for this particular property. When...
### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/kittenTricks/blob/master/CONTRIBUTING.md) guide. #### Short description of what this resolves:...
`textTransform` is supported property by react-native. There's no reasons to avoid this property inside eva mapping. `react-native-kitten` should be [updated too](https://github.com/akveo/react-native-ui-kitten/blob/04481cec49a78f859c4cde65a45b157770ea1439/src/components/ui/button/button.component.tsx#L170) in order to support `textTransform` property inside mapping.
what's the reason to not use minimum supported version from react-native, which is 12.4, but do 13 version?