ReactNative Demo - ImageVIew 使用
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Image,
DrawerLayoutAndroid,
ListView,
} from 'react-native';
class AwesomeProject extends Component {
render() {
return (
<Image source={{uri:'http://a.hiphotos.baidu.com/image/pic/item/e7cd7b899e510fb3a78c787fdd33c895d0430c44.jpg'}}
style={{width:400,height:600}} >
<Text welcome>Inside</Text>
</Image>
);
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
welcome: {
fontSize: 20,
textAlign: 'center',
margin: 10,
},
elements:{
alignItems: "flex-start",
color:"#000000",
},
instructions: {
textAlign: 'center',
color: '#333333',
marginBottom: 5,
},
base: {
width: 38,
height: 38,
},
background: {
backgroundColor: '#ff0000',
},
active: {
borderWidth: 2,
borderColor: '#00ffff',
},
});
AppRegistry.registerComponent('AwesomeProject', () => AwesomeProject);
相關文章
- 使用RxJava實現ImageView的拖動、旋轉和縮放RxJavaView
- Android ImageView 清空背景圖片AndroidView
- ReactNative版友盟推送React
- ReactNative初體驗React
- ReactNative分包實踐React
- ReactNative環境搭建React
- ReactNative實現ToastReactAST
- Android ImageView對齊方式設定AndroidView
- XImageView-RatioImageView按比例展示ImageViewView
- Android圖片底部居中的ImageViewAndroidView
- iOS ImageView contentMode 圖片填充模式iOSView模式
- 安卓Toolbar使用 Demo(Kotlin)安卓Kotlin
- 使用DeepKE訓練命名實體識別模型DEMO(官方DEMO)模型
- ReactNative之手勢識別React
- ReactNative ViewPageAndroid元件詳解ReactViewAndroid元件
- Android 圓角、圓形 ImageView 實現AndroidView
- android imageview 縮放檢視圖片AndroidView
- Android 幀動畫打造動態ImageViewAndroid動畫View
- WPF所有原生空間使用demo
- ReactNative開發城市列表頁React
- ReactNative與iOS的互動ReactiOS
- ReactNative TextInput 常用方法實踐React
- Android ReactNative資料互動AndroidReact
- ReactNative 專案工作總結React
- Bitmap ImageView大小的一些祕密View
- Android 眼睛 顯示隱藏密碼(ImageView)Android密碼View
- dva框架使用詳解及Demo教程框架
- 使用vue寫的計算器demoVue
- ReactNative實現地圖導航React地圖
- ReactNative 踩坑之 iOS 原生元件ReactiOS元件
- ReactNative自定義元件及屬性React元件
- ReactNative仿某租車軟體React
- ReactNative分散式熱更新系統React分散式
- ReactNative升級0.56.0注意問題React
- 關於ImageView的幾個常見問題View
- 科大訊飛離線lunix tts demo使用TTS
- 使用 GPU 進行 Lightmap 烘焙 - 簡單 demoGPU
- 將圖片旋轉(這裡不是旋轉imageView)View
- ReactNative開發 WebStorm IDEA 註冊碼ReactWebORMIdea