There was an error while loading. Please reload this page.
1 parent 67eff89 commit d9fa362Copy full SHA for d9fa362
1 file changed
packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts
@@ -292,7 +292,15 @@ export type FontVariant =
292
| 'oldstyle-nums'
293
| 'lining-nums'
294
| 'tabular-nums'
295
- | 'proportional-nums';
+ | 'proportional-nums'
296
+ | 'common-ligatures'
297
+ | 'no-common-ligatures'
298
+ | 'discretionary-ligatures'
299
+ | 'no-discretionary-ligatures'
300
+ | 'historical-ligatures'
301
+ | 'no-historical-ligatures'
302
+ | 'contextual'
303
+ | 'no-contextual';
304
export interface TextStyleIOS extends ViewStyle {
305
fontVariant?: FontVariant[] | undefined;
306
textDecorationColor?: ColorValue | undefined;
0 commit comments