Partial list of unsupported TextInput styles

Summary:
References #7070

<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.

Help us understand your motivation by explaining why you decided to make this change.

You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html

Happy contributing!

-->

Docs are incomplete, start filling them out

N/A
Closes https://github.com/facebook/react-native/pull/16346

Differential Revision: D6057501

Pulled By: hramos

fbshipit-source-id: c30d3369fa1a73ef6a93c2ed8f8c53af5a1af7ee
This commit is contained in:
Marcin Dobosz 2017-10-13 20:38:13 -07:00 committed by Facebook Github Bot
parent 0266b70379
commit 3b7067a62d
1 changed files with 11 additions and 1 deletions

View File

@ -533,7 +533,17 @@ const TextInput = createReactClass({
*/
blurOnSubmit: PropTypes.bool,
/**
* Note that not all Text styles are supported,
* Note that not all Text styles are supported, an incomplete list of what is not supported includes:
*
* - `borderLeftWidth`
* - `borderTopWidth`
* - `borderRightWidth`
* - `borderBottomWidth`
* - `borderTopLeftRadius`
* - `borderTopRightRadius`
* - `borderBottomRightRadius`
* - `borderBottomLeftRadius`
*
* see [Issue#7070](https://github.com/facebook/react-native/issues/7070)
* for more detail.
*