Nativebase: [ITEM] Floating label input with icon bug

Created on 31 Jul 2019  路  9Comments  路  Source: GeekyAnts/NativeBase

I have gone through these following points

react-native, react and native-base version, expo version

React-Native : 0.59.8
React : 16.8.3
Expo : SDK33
Native Base : 2.13.4

Expected behaviour

Should print Icon in input with the floating Label

Actual behaviour

Icon missing and input bug (if you have many inputs, next one's floating label doesn't float up)

Steps to reproduce

<Item floatingLabel={true}> <Label>Input Label</Label> <Input/> <Icon name="checkmark"/> </Item>

Is the bug present in both iOS and Android or in any one of them?

Android : Yes
iOS : Yes

Most helpful comment

We had the same issue with a recent project. Downgrading native-base to 2.12.1 fixed the issue for us.

All 9 comments

Please add proper reproduction steps, preferably a snack repro

Sorry for the incompleteness of my report :) You can access here : Snack Expo

The problem is in component Item at line 160.

A key is like an array. Remove the brackets that are fine.

same issue , when i upgrade native base , i faced this issue

We had the same issue with a recent project. Downgrading native-base to 2.12.1 fixed the issue for us.

2875 specifies this exctly

2875 specifies this exctly

In my case the application completely hangs.

The issue has been addressed and will be available in the next release, which is coming soon.
Thank you!

Please try out our latest release v2.12.5.

Thank you!

Was this page helpful?
0 / 5 - 0 ratings