1 parent c7b6d4f commit 86a95c6Copy full SHA for 86a95c6
1 file changed
docs/docs/core-functionalities/styling-the-input.md
@@ -39,6 +39,14 @@ everything from the container's dimensions down to the color of a bullet point.
39
/>
40
```
41
42
+## `style`
43
+
44
+`style` accepts a subset of React Native's `TextStyle` - layout, appearance,
45
+and base typography - described by `EnrichedInputStyle`. Most of these map directly
46
+to their React Native `TextStyle` counterparts. Some are platform-limited
47
+(e.g. `shadowColor` is iOS-only, `elevation` is Android-only) - see the
48
+`EnrichedTextInput` reference for the full property list.
49
50
## `htmlStyle`
51
52
`htmlStyle` maps each supported element to a small config object. Anything you
0 commit comments