Commit 8fca1c5 authored and committed Jan 31, 2024 · 32 / 34
1 parent 841e00e commit 8fca1c5 Copy full SHA for 8fca1c5
File tree 1 file changed +22
-2
lines changed
packages/react-native/Libraries/StyleSheet
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -281,15 +281,35 @@ export type FontVariant =
281
281
| 'oldstyle-nums'
282
282
| 'lining-nums'
283
283
| 'tabular-nums'
284
- | 'proportional-nums'
285
284
| 'common-ligatures'
286
285
| 'no-common-ligatures'
287
286
| 'discretionary-ligatures'
288
287
| 'no-discretionary-ligatures'
289
288
| 'historical-ligatures'
290
289
| 'no-historical-ligatures'
291
290
| 'contextual'
292
- | 'no-contextual' ;
291
+ | 'no-contextual'
292
+ | 'proportional-nums'
293
+ | 'stylistic-one'
294
+ | 'stylistic-two'
295
+ | 'stylistic-three'
296
+ | 'stylistic-four'
297
+ | 'stylistic-five'
298
+ | 'stylistic-six'
299
+ | 'stylistic-seven'
300
+ | 'stylistic-eight'
301
+ | 'stylistic-nine'
302
+ | 'stylistic-ten'
303
+ | 'stylistic-eleven'
304
+ | 'stylistic-twelve'
305
+ | 'stylistic-thirteen'
306
+ | 'stylistic-fourteen'
307
+ | 'stylistic-fifteen'
308
+ | 'stylistic-sixteen'
309
+ | 'stylistic-seventeen'
310
+ | 'stylistic-eighteen'
311
+ | 'stylistic-nineteen'
312
+ | 'stylistic-twenty' ;
293
313
export interface TextStyleIOS extends ViewStyle {
294
314
fontVariant ?: FontVariant [ ] | undefined ;
295
315
textDecorationColor ?: ColorValue | undefined ;
You can’t perform that action at this time.
0 commit comments