Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different height for Input and Select on Android #1006

Closed
jorgnyg opened this issue Apr 11, 2020 · 3 comments · Fixed by #1055
Closed

Different height for Input and Select on Android #1006

jorgnyg opened this issue Apr 11, 2020 · 3 comments · Fixed by #1055
Labels
🐛 Bug 📱 Components components module-specific

Comments

@jorgnyg
Copy link

jorgnyg commented Apr 11, 2020

🐛 Bug Report

Height of Input and Select component is not equal on Android, but seems to be right on iOS

To Reproduce

Steps to reproduce the behavior:
Add Input and Select component on a flexDirection: "row" to clearly see the difference.
image

Expected behavior

Should have the same height (like on iOS)
image

UI Kitten and Eva version

Package Version
@eva-design/eva 1.4.0
@ui-kitten/components 4.4.1

Environment information

System:
    OS: macOS 10.15.4
    CPU: (4) x64 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
  Binaries:
    Node: 12.16.1 - /usr/local/bin/node
    npm: 6.13.4 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.4, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
  IDEs:
    Android Studio: 3.6 AI-192.7142.36.36.6241897
    Xcode: 11.4/11E146 - /usr/bin/xcodebuild
  npmPackages:
    react: ~16.9.0 => 16.9.0 
    react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4 
@interstellarbox
Copy link

interstellarbox commented Apr 13, 2020

Can confirm the same issue for me.
It also doesn't really clear how you can change the height for the Select component.
<Select style={{height: number}} .../> doesn't help.

@jorgnyg
Copy link
Author

jorgnyg commented Apr 17, 2020

Migrated to 5.0.0-alpha1, but Select appears to have the same problem as reported

@artyorsh artyorsh mentioned this issue Apr 26, 2020
2 tasks
@artyorsh artyorsh linked a pull request Apr 26, 2020 that will close this issue
2 tasks
@artyorsh artyorsh added 🐛 Bug 📱 Components components module-specific labels Apr 26, 2020
@Aleksefo
Copy link

The issue still exists in 5.0.0.
iOS works as intended, but Android has shorter Select.

Screenshot 2021-02-12 at 08 33 30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 📱 Components components module-specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants