Skip to content

Commit 4353030

Browse files
mo-fouaddanstepanov
authored andcommitted
Fixing Issue with text classes from TW 5
When using Variants with text-centre, text-left, or text-right, we have a Bug as it shows here #232
1 parent 99859a4 commit 4353030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const mapping: StyledConfiguration<typeof RNTextInput> = {
1212
className: {
1313
target: "style",
1414
nativeStyleMapping: {
15-
textAlign: true,
15+
textAlign: "textAlign",
1616
},
1717
},
1818
};

0 commit comments

Comments
 (0)