I'm trying to use Floating Input with right icons but it hangs the simulator on iOS as well as on Android.
react-native - v0.60.5,
react - v16.8.6
native-base - v2.13.4
xCode - v10.3.1
Android Studio - v3.4.1
react-native-cli - v2.0.1
It should show icon on right.
Simulator hangs
import React, { Component } from 'react';
import { Container, Header, Content, Item, Input, Icon } from 'native-base';
export default class SuccessInputTextboxExample extends Component {
render() {
return (
<Container>
<Header />
<Content>
<Item floatingLabel success>
<Input placeholder='Textbox with Success Input' />
<Icon name='checkmark-circle' />
</Item>
</Content>
</Container>
);
}
}
Thanks
Please try with the latest version, v2.13.5.
@PlabanJr
v2.13.5 doesn't have this issue.
Thanks.
Most helpful comment
@PlabanJr
v2.13.5 doesn't have this issue.
Thanks.