We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1cae4 commit 8176de8Copy full SHA for 8176de8
1 file changed
src/components/TextInput.tsx
@@ -12,7 +12,7 @@ const mapping: StyledConfiguration<typeof RNTextInput> = {
12
className: {
13
target: "style",
14
nativeStyleMapping: {
15
- textAlign: true,
+ textAlign: "textAlign",
16
},
17
18
};
0 commit comments