`color` property in styles of button component doesn't change the font color
See original GitHub issuePlease provide all the information requested. Issues that do not follow this format are likely to stall.
Description
React Native version:
System: OS: macOS 10.15.7 CPU: (8) x64 Intel® Core™ i5-8257U CPU @ 1.40GHz Memory: 216.61 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 14.15.0 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.8 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.0 - /usr/local/bin/pod SDKs: iOS SDK: Not Found Android SDK: Not Found IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Xcode: /undefined - /usr/bin/xcodebuild Languages: Java: 15.0.1 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz => 0.63.2 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps To Reproduce
- Use
<Button />
component and setstyles={styles.button}
const styles = Stylesheet.create({ button : { color: 'black' } })
Expected Results
Button label color must be set to the specified color i.e. black
Snack, code example, screenshot, or link to a repository:
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Thanks for the info. It was helpful. Still, I wonder about the use of
Button
component then.Sure thing
Sidhartha Mallick
On Tue, Nov 17, 2020, 12:25 AM Arthur Geron notifications@github.com wrote: