基本上和Text具備一樣的style
textAlign: 'center'
讓文字居中
placeholder='用戶名'
相當于原生中的hint屬性
Note:這是一個props屬性
-
numberOfLines={1}(props屬性)
注明只有一行
autoFocus={true}underlineColorAndroid={'transparent'}
如果你想讓TextInput沒有下滑線,那么你需要設(shè)置這個屬性
基本上和Text具備一樣的style
textAlign: 'center'讓文字居中
placeholder='用戶名'相當于原生中的hint屬性
Note:這是一個props屬性
numberOfLines={1}(props屬性)注明只有一行
autoFocus={true}
underlineColorAndroid={'transparent'}
如果你想讓TextInput沒有下滑線,那么你需要設(shè)置這個屬性