mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Android textTransform style support (#20572)
Summary: Issue https://github.com/facebook/react-native/issues/2088 (closed, but a bit pre-emptively imo, since Android support was skipped) Related (merged) iOS PR https://github.com/facebook/react-native/pull/18387 Related documentation PR https://github.com/facebook/react-native-website/pull/500 The basic desire is to have a declarative mechanism to transform text content to uppercase or lowercase or titlecase ("capitalized"). Pull Request resolved: https://github.com/facebook/react-native/pull/20572 Differential Revision: D9311716 Pulled By: hramos fbshipit-source-id: dfbb855117196958e7ae5e980700d31be07a448d
This commit is contained in:
committed by
Lorenzo Sciandra
parent
05a036da6d
commit
ef835b52e7
@@ -108,9 +108,6 @@ const TextStylePropTypes = {
|
||||
* @platform ios
|
||||
*/
|
||||
textDecorationColor: ColorPropType,
|
||||
/**
|
||||
* @platform ios
|
||||
*/
|
||||
textTransform: ReactPropTypes.oneOf([
|
||||
'none' /*default*/,
|
||||
'capitalize',
|
||||
|
||||
Reference in New Issue
Block a user