React-Native : 0.59.8
React : 16.8.3
Expo : SDK33
Native Base : 2.13.4
Should print Icon in input with the floating Label
Icon missing and input bug (if you have many inputs, next one's floating label doesn't float up)
<Item floatingLabel={true}>
<Label>Input Label</Label>
<Input/>
<Icon name="checkmark"/>
</Item>
Android : Yes
iOS : Yes
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
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!
Most helpful comment
We had the same issue with a recent project. Downgrading native-base to 2.12.1 fixed the issue for us.