Nativebase: Floating Input with right Icon hangs Simulator on iOS and Android

Created on 20 Aug 2019  路  2Comments  路  Source: GeekyAnts/NativeBase

I have gone through these following points

Issue Description

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

Expected behaviour

It should show icon on right.

Actual behaviour

Simulator hangs

Steps to reproduce

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

Most helpful comment

@PlabanJr
v2.13.5 doesn't have this issue.
Thanks.

All 2 comments

Please try with the latest version, v2.13.5.

@PlabanJr
v2.13.5 doesn't have this issue.
Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Cotel picture Cotel  路  3Comments

agersoncgps picture agersoncgps  路  3Comments

natashache picture natashache  路  3Comments

eggybot picture eggybot  路  3Comments

sihemhssine picture sihemhssine  路  3Comments