mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
Mark Text style fontVariant as iOS only
Summary: fontVariant implemented in #9045. Appears to have lost platform annotation. Also fixes indentation. Closes https://github.com/facebook/react-native/pull/9587 Differential Revision: D3774192 Pulled By: javache fbshipit-source-id: 9bce0b9c39fa31ef40d01e94b699b1299914b67b
This commit is contained in:
parent
06ee832928
commit
c40fee9405
@ -30,6 +30,9 @@ var TextStylePropTypes = Object.assign(Object.create(ViewStylePropTypes), {
|
||||
['normal' /*default*/, 'bold',
|
||||
'100', '200', '300', '400', '500', '600', '700', '800', '900']
|
||||
),
|
||||
/**
|
||||
* @platform ios
|
||||
*/
|
||||
fontVariant: ReactPropTypes.arrayOf(
|
||||
ReactPropTypes.oneOf([
|
||||
'small-caps',
|
||||
|
Loading…
x
Reference in New Issue
Block a user