我正在使用本機(jī) base 的項(xiàng)目,并希望設(shè)置其樣式,使其具有一條線。目前,它只是看不見的。我所能看到的只是占位符文本,如果我更改背景顏色,那么我也可以看到。但是沒有邊界/線。我該如何解決這個(gè)問題? <Input style={styles.newFieldInput} onChangeText={handleChange('phoneNumber') as (text: string) => void} onBlur={handleBlur('phoneNumber') as (event: any) => void} value={values.phoneNumber} placeholder="49152901820" /> newFieldInput: { width: moderateScale(320), backgroundColor: 'white', },我嘗試過傳入或作為屬性傳入,但我收到重載錯(cuò)誤,因?yàn)檫@些屬性在輸入<>roundedline另外,有什么方法可以將圖標(biāo)添加到輸入的開頭嗎?還是我必須將其包裝在另一個(gè)組件中?
帶有一行的本機(jī)基本<輸入>
小唯快跑啊
2022-09-16 20:51:38