Skip to content

Commit 3b7067a

Browse files
marcindfacebook-github-bot
authored andcommitted
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 #16346 Differential Revision: D6057501 Pulled By: hramos fbshipit-source-id: c30d3369fa1a73ef6a93c2ed8f8c53af5a1af7ee
1 parent 0266b70 commit 3b7067a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Libraries/Components/TextInput/TextInput.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,17 @@ const TextInput = createReactClass({
533533
*/
534534
blurOnSubmit: PropTypes.bool,
535535
/**
536-
* Note that not all Text styles are supported,
536+
* Note that not all Text styles are supported, an incomplete list of what is not supported includes:
537+
*
538+
* - `borderLeftWidth`
539+
* - `borderTopWidth`
540+
* - `borderRightWidth`
541+
* - `borderBottomWidth`
542+
* - `borderTopLeftRadius`
543+
* - `borderTopRightRadius`
544+
* - `borderBottomRightRadius`
545+
* - `borderBottomLeftRadius`
546+
*
537547
* see [Issue#7070](https://github.com/facebook/react-native/issues/7070)
538548
* for more detail.
539549
*

0 commit comments

Comments
 (0)