1<TextInput style={[styles.textInput]}
2 placeholder='搜索'
3 placeholderTextColor='#bbb'
4 returnKeyType='search' // there it is
5 clearButtonMode="while-editing"
6/>
7
1<TextInput style={[styles.textInput]}
2 placeholder='搜索'
3 placeholderTextColor='#bbb'
4 returnKeyType='search' // there it is
5/>
6