UNPKG

@rakeshv1108/react-native-infinite-wheel-picker

Version:

React Native component to provide infinite wheel picker selection

15 lines (12 loc) 300 B
import type { ConstantsType } from './types'; const Constants: ConstantsType = { defaultActiveScale: 1.2, defaultActiveOpacity: 1, perspective: 1000, elementHeight: 40, restElements: 2, decelerationRate: 'fast', loopCount: 100, defaultRotation: '0deg', }; export default Constants;