Skip to content

Commit

Permalink
Update docs for Text allowFontScaling
Browse files Browse the repository at this point in the history
Summary:
> Explain the **motivation** for making this change. What existing problem does the pull request solve?

The documentation was slightly out of date. Following #10898, which removed the `platform ios` tag, this updates the inner documentation to remove the reference to iOS.
Closes #11993

Differential Revision: D4443723

Pulled By: hramos

fbshipit-source-id: b859c9b0fe1f5e564b919663f8c75401a52ffc9f
  • Loading branch information
hawkrives authored and facebook-github-bot committed Jan 30, 2017
1 parent ad97adb commit a3f86ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Text/Text.js
Expand Up @@ -176,7 +176,7 @@ const Text = React.createClass({
*/
testID: PropTypes.string,
/**
* Specifies whether fonts should scale to respect Text Size accessibility setting on iOS. The
* Specifies whether fonts should scale to respect Text Size accessibility settings. The
* default is `true`.
*/
allowFontScaling: PropTypes.bool,
Expand Down

0 comments on commit a3f86ae

Please sign in to comment.