【发布时间】:2016-06-15 01:44:55
【问题描述】:
我正在学习 react-native,当我尝试在 flex 布局中使用 TextInput 组件时,它消失了。
index.android.js
//....
render(){
return (
<View style={ {flex:1,flexDirection:'row'}}>
<TextInput placeholder="test"/>
</View>
)
}
//....
我很困惑。
【问题讨论】:
标签: react-native