Going through the documentation, most of the examples work except for the Input. `class nativeBase extends Component { render() { return ( <Container> <Content> <InputGroup borderType='underline' > <Icon name='ios-home' style={{color:'#384850'}}/> <Input placeholder='' /> </InputGroup> </Content> </Container> ); } }` <img width="307" alt="screen shot 2016-09-19 at 12 51 52 pm" src="https://cloud.githubusercontent.com/assets/3801142/18622875/4404175e-7e68-11e6-9c3d-c9b3e027d628.png">