UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

8 lines (7 loc) 282 B
export { default as useDeviceOrientation } from './UseDeviceOrientation'; export type { GetScreenResolutionReturnType } from './UseDeviceOrientationUtils'; export { getScreenResolution, listenOrientationChange, removeOrientationListener, } from './UseDeviceOrientationUtils';