UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

7 lines (6 loc) 138 B
export type HorizontalAlignmentPosition = | 'stretch' | 'stretchTarget' | 'targetLeading' | 'targetTrailing' | 'targetCenter';