怎么用??
先说几种加载方式@H_502_4@
- <Image source={require('./my-icon.png')} />
- <Image source={{uri: 'asset:/app_icon.png'}} style={{width: 40,height: 40}} />
- <Image source={{uri: 'https://facebook.github.io/react/img/logo_og.png'}} style={{width: 400,height: 400}} />
注:必须指定图片大小;ios仅支持https;@H_502_4@
iOS http处理:@H_502_4@
- 这里写代码片
平台和不同分辨率如何适配呢??@H_502_4@
具体解释请移步API@H_502_4@