Image Example

suggest change
class ImageExample extends Component {
  render() {
    return (
      <View>
        <Image style={{width: 30, height: 30}}
          source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}
        />
      </View>
    );
  }
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents