React-native-ui-kitten: Change input height has no effect

Created on 21 May 2020  路  1Comment  路  Source: akveo/react-native-ui-kitten

馃悰 Bug Report

I wanted to play with the height of the input, but it's not changing directly from input style

To Reproduce

<Input
  size="large"
  style={{
    height: 60,
  }}
/>

Expected behavior

The input size should be 80 instead of the original large input size which is 48.

UI Kitten and Eva version

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 2.0.0 |
| @ui-kitten/components | 5.0.0 |

Environment information

Run npx envinfo --preset react-native
  System:
    OS: Linux 5.3 Ubuntu 18.04.4 LTS (Bionic Beaver)
    CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
  Binaries:
    Node: 12.16.3 - /usr/bin/node
    npm: 6.14.4 - /usr/bin/npm
  npmPackages:
    react: 16.13.1 => 16.13.1 
    react-native: 0.62.2 => 0.62.2

Most helpful comment

might be related to #747 .
you might need to set the height inside textStyle property too.

>All comments

might be related to #747 .
you might need to set the height inside textStyle property too.

Was this page helpful?
0 / 5 - 0 ratings