You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ function CityPicker() {
55
55
|`containerStyle`|`StyleProp<ViewStyle>`| Style of the picker. |
56
56
|`selectedIndicatorStyle`|`StyleProp<ViewStyle>`| Style of overlaying selected-indicator in the middle of the picker. |
57
57
|`rotationFunction`|`(x: number) => number `| Function to determine the x rotation of items based on their current distance to the center (which is x). Default is |
58
+
|`scaleFunction`|`(x: number) => number `| Function to determine the scale of items based on their current distance to the center (which is x). Default is "1.0" |
58
59
|`opacityFunction`|`(x: number) => number`| Function to determine the opacity of items based on their current distance to the center (which is x). Default is |
59
60
|`decelerationRate`| "normal", "fast", number | How quickly the underlying scroll view decelerates after the user lifts their finger. See the [ScrollView docs](https://facebook.github.io/react-native/docs/scrollview.html#decelerationrate). Default is "fast". |
60
61
|`containerProps`|`ViewProps`| Props that are applied to the container which wraps the `FlatList` and the selected indicator. |
0 commit comments