We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99859a4 commit 4353030Copy full SHA for 4353030
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