File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
FabricExample/src/screens/Examples/KeyboardSharedTransitions
docs/docs/api/keyboard-background-view
example/src/screens/Examples/KeyboardSharedTransitions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const KeyboardSharedTransitionExample = () => {
64
64
>
65
65
< ReanimatedTextInput
66
66
placeholder = "127.0.0.1"
67
- placeholderTextColor = "#ecececec "
67
+ placeholderTextColor = "#ececec "
68
68
style = { [
69
69
{
70
70
width : "100%" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const KeyboardSharedTransitionExample = () => {
130
130
>
131
131
<ReanimatedTextInput
132
132
placeholder = " 127.0.0.1"
133
- placeholderTextColor = " #ecececec "
133
+ placeholderTextColor = " #ececec "
134
134
style = { [
135
135
{
136
136
width: " 100%" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const KeyboardSharedTransitionExample = () => {
64
64
>
65
65
< ReanimatedTextInput
66
66
placeholder = "127.0.0.1"
67
- placeholderTextColor = "#ecececec "
67
+ placeholderTextColor = "#ececec "
68
68
style = { [
69
69
{
70
70
width : "100%" ,
You can’t perform that action at this time.
0 commit comments