您的位置:首页 > Web前端 > React

react-native laoding native image for android 加载静态图片

2015-12-10 13:13 573 查看
mac 平台:

1、在res下创建drawable-xxhdpi,图片资源存放在此目录下,支持.9图。(如:splash.png,cat.9.png).

2、<Image

               source={ { uri: "splash", isStatic: true} }     

      />

或者:

     <Image

               source={ { uri: "cat", isStatic: true} }     

      />

注意:是双引号。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息