akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Input Height text not working properly #1750

Closed alexander0205 closed 1 year ago

alexander0205 commented 1 year ago

🐛 Bug Report T

To Reproduce Using android

Steps to reproduce the behavior: The input height of the text is not working properly. image

Expected behavior

Link to runnable example or repository (highly encouraged)

UI Kitten and Eva version

Package Version
@eva-design/eva 5.3.1
@ui-kitten/components 5.3.1

Environment information

System: OS: macOS 13.3.1 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Binaries: Node: 16.18.1 - ~/.nvm/versions/node/v16.18.1/bin/node Yarn: 1.22.19 - ~/.yarn/bin/yarn npm: 8.19.2 - ~/.nvm/versions/node/v16.18.1/bin/npm SDKs: iOS SDK: Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4 IDEs: Xcode: 14.3/14E222b - /usr/bin/xcodebuild npmPackages: react: 18.1.0 => 18.1.0 react-native: 0.70.6 => 0.70.6

alexander0205 commented 1 year ago

The error was fixed using this style in the input

style={{ flex: 1, // Activar flex justifyContent: 'center', // Centrar verticalmente }}