1.4.1 • Published 1 year ago

react-native-number-scroll v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

react-native-number-scroll

Create simple animated number scroller in react native.

Main Props

PropTypeDefaultRequiredDescription
maxnumberundefinedtrueThe maximum number that can be reached
minnumberundefinedtrueThe minimum number that can be reached
scrollerWidthnumber300falseThe width of the scroller
startingIndexnumberundefinedfalseThe initial index the scroller will center on
startingValuenumberundefinedfalseThe initial value the scroller will center on (overrides startingIndex)
numberStylesTextStyleundefinedfalseThe styles of the number items
getValueFunction(val:number)=>voidtrueThe callback the retrieves the currently centered value
itemMarginnumber2falseMargin space between each item on the scroller.
injectedValuenumberundefinedfalseif this value changes the scroller will auto-scroll to the index of that value in the array.
AddSideButtonsbooleanfalsefalseAdding manual side buttons.
sideButtonOptionsSideButtonOptionsundefinedfalseadditional options for the manual buttons.
pauseStartbooleanfalsefalseif true, value will not be returned on mount.
listContainerStyleViewStyleundefinedfalsestyling for the array container.
showIndicatorbooleanfalsefalsevisual indicator that shows the center of the scroller.
indicatorStyleTextStyleundefinedfalsestyles for the indicator

SideButtonOptions

PropTypeDefaultRequiredDescription
leftNameMaterialCommunityIcons nameundefinedfalseThe type of the left icon (supports MaterialCommunityIcons).
rightNameMaterialCommunityIcons nameundefinedfalseThe type of the right icon (supports MaterialCommunityIcons).
sizenumberundefinedfalsesize of the buttons.
colornumberundefinedfalsecolor of the buttons.
1.4.1

1 year ago

1.4.0

1 year ago

1.3.12

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.3.11

2 years ago

1.2.91

2 years ago

1.2.9

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.45

2 years ago

1.2.46

2 years ago

1.2.44

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.99

2 years ago

1.0.98

2 years ago

1.0.97

2 years ago

1.0.96

2 years ago

1.0.95

2 years ago

1.0.94

2 years ago

1.0.93

2 years ago

1.0.92

2 years ago

1.0.91

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago