Open
Description
- What version of React Native? 0.72.10
- What version of the library? ^2.1.0
- iOS/Android version? 11
- Did the problem happen after updating React Native? No
- Are you using the library for the first time? Yes
- What code snippet did you use? I didn't use a code snippet, I just tried styling the Text component for each button in the confirmation dialog. The issue I noticed is only the color and colorDisabled styles actually modify the text's appearance for each button, the other styles don't work.
code snippet
In the attached image, you can see I'm trying to use the textStyle to modify the transform, size and font family. Those styles do not work
The snippet below shows the usecase in a mobile application