@@ -182,8 +182,8 @@ exports[`call onPress when affix adornment pressed 1`] = `
182
182
onBlur = { [Function ]}
183
183
onChangeText = { [Function ]}
184
184
onFocus = { [Function ]}
185
- placeholder = " "
186
- placeholderTextColor = " rgba(73, 69, 79, 1) "
185
+ placeholder = " Enter your phone number "
186
+ placeholderTextColor = " transparent "
187
187
selectionColor = " rgba(103, 80, 164, 1)"
188
188
style = {
189
189
[
@@ -494,8 +494,8 @@ exports[`correctly applies a component as the text label 1`] = `
494
494
onBlur = { [Function ]}
495
495
onChangeText = { [Function ]}
496
496
onFocus = { [Function ]}
497
- placeholder = " "
498
- placeholderTextColor = " rgba(73, 69, 79, 1) "
497
+ placeholder = " Type something "
498
+ placeholderTextColor = " transparent "
499
499
selectionColor = " rgba(103, 80, 164, 1)"
500
500
style = {
501
501
[
@@ -718,8 +718,8 @@ exports[`correctly applies cursorColor prop 1`] = `
718
718
onBlur = { [Function ]}
719
719
onChangeText = { [Function ]}
720
720
onFocus = { [Function ]}
721
- placeholder = " "
722
- placeholderTextColor = " rgba(73, 69, 79, 1) "
721
+ placeholder = " Type something "
722
+ placeholderTextColor = " transparent "
723
723
selectionColor = " rgba(103, 80, 164, 1)"
724
724
style = {
725
725
[
@@ -942,8 +942,8 @@ exports[`correctly applies default textAlign based on default RTL 1`] = `
942
942
onBlur = { [Function ]}
943
943
onChangeText = { [Function ]}
944
944
onFocus = { [Function ]}
945
- placeholder = " "
946
- placeholderTextColor = " rgba(73, 69, 79, 1) "
945
+ placeholder = " Type something "
946
+ placeholderTextColor = " transparent "
947
947
selectionColor = " rgba(103, 80, 164, 1)"
948
948
style = {
949
949
[
@@ -1198,8 +1198,8 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
1198
1198
onChangeText = { [Function ]}
1199
1199
onFocus = { [Function ]}
1200
1200
onLayout = { [Function ]}
1201
- placeholder = " "
1202
- placeholderTextColor = " rgba(73, 69, 79, 1) "
1201
+ placeholder = " Type Something "
1202
+ placeholderTextColor = " transparent "
1203
1203
selectionColor = " rgba(103, 80, 164, 1)"
1204
1204
style = {
1205
1205
[
@@ -1423,8 +1423,8 @@ exports[`correctly applies paddingLeft from contentStyleProp 1`] = `
1423
1423
onBlur = { [Function ]}
1424
1424
onChangeText = { [Function ]}
1425
1425
onFocus = { [Function ]}
1426
- placeholder = " "
1427
- placeholderTextColor = " rgba(73, 69, 79, 1) "
1426
+ placeholder = " Type something "
1427
+ placeholderTextColor = " transparent "
1428
1428
selectionColor = " rgba(103, 80, 164, 1)"
1429
1429
style = {
1430
1430
[
@@ -1649,8 +1649,8 @@ exports[`correctly applies textAlign center 1`] = `
1649
1649
onBlur = { [Function ]}
1650
1650
onChangeText = { [Function ]}
1651
1651
onFocus = { [Function ]}
1652
- placeholder = " "
1653
- placeholderTextColor = " rgba(73, 69, 79, 1) "
1652
+ placeholder = " Type something "
1653
+ placeholderTextColor = " transparent "
1654
1654
selectionColor = " rgba(103, 80, 164, 1)"
1655
1655
style = {
1656
1656
[
@@ -1873,8 +1873,8 @@ exports[`correctly renders left-side affix adornment, and right-side icon adornm
1873
1873
onBlur = { [Function ]}
1874
1874
onChangeText = { [Function ]}
1875
1875
onFocus = { [Function ]}
1876
- placeholder = " "
1877
- placeholderTextColor = " rgba(73, 69, 79, 1) "
1876
+ placeholder = " Type something "
1877
+ placeholderTextColor = " transparent "
1878
1878
selectionColor = " rgba(103, 80, 164, 1)"
1879
1879
style = {
1880
1880
[
@@ -2299,8 +2299,8 @@ exports[`correctly renders left-side icon adornment, and right-side affix adornm
2299
2299
onBlur = { [Function ]}
2300
2300
onChangeText = { [Function ]}
2301
2301
onFocus = { [Function ]}
2302
- placeholder = " "
2303
- placeholderTextColor = " rgba(73, 69, 79, 1) "
2302
+ placeholder = " Type something "
2303
+ placeholderTextColor = " transparent "
2304
2304
selectionColor = " rgba(103, 80, 164, 1)"
2305
2305
style = {
2306
2306
[
0 commit comments