Commit Graph

10 Commits

Author SHA1 Message Date
Jacob Froman
ec586dfcfb [react-native-snap-carousel] Update definitions to match v3.x changes (#23005)
* Update definitions to match v3.x changes

* Correct typo in apparitionDelay

* Update required props and ParallaxImage props

* Add ParallaxImage example to tests

* Refactor ParallaxImage example to be clearer

* Correct stray blank line

* Remove undefined from optional properties
2018-01-18 12:47:28 -08:00
Andy
219dd6df82
Fix 'prefer-readonly' lint failures (#22819) 2018-01-10 14:59:37 -08:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
jnbt
97c89cee56 Update react-native-snap-carousel to 2.4 (#18347)
* Update react-native-snap-carousel to 2.3.1

* Changes bases on react-native-snap-carousel 2.3.0 / 2.3.1 (https://github.com/archriss/react-native-snap-carousel/releases/tag/v2.3.0)
  * Adds prop: `scrollEndDragDebounceValue`
  * Removes props: `scrollEndDragThrottleValue`, `snapCallbackDebounceValue`
  * Adds getter: `currentScrollPosition`
* Changes based on react-native new `StyleProp` type:
  * Uses `StyleProp` for `contentContainerCustomStyle` and `slideStyle`

* Update react-native-snap-carousel to 2.4.0

Changes bases on react-native-snap-carousel 2.4.0 (https://github.com/archriss/react-native-snap-carousel/releases/tag/v2.4.0):

* Add defintion of new `Pagination` component
2017-07-24 11:58:20 -07:00
Tanguy Krotoff
573083a518 Replace React.Component<(any|void|\{\}|null)> by React.Component
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff
ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Jonas Thiel
b91e83801f Update react-native-snap-carousel to v2.2.2
* The „onScroll“ property of the underlying ScrollView was exposed in 2.1.3
* A „onScrollViewScroll“ property was introduced in 2.1.4 and deprecated in 2.2.0
* Adds vertical mode from 2.2.0 (2.2.1, 2.2.2)
* Adds „scrollEndDragThrottleValue“ and „snapCallbackDebounceValue“ from 2.2.0
* The „onLayout“ property of the underlying View was exposed in 2.2.0

https://github.com/archriss/react-native-snap-carousel/blob/master/CHANGELOG.md
2017-06-14 10:34:32 +02:00
jnbt
dce014e31d Update react-native-snap-carousel to v2.1.4 (#16669) 2017-06-02 07:23:57 -07:00
Mohamed Hegazy
ff4eaf5d61 Fix lint errors introduced in tslint@5.2 (#16330) 2017-05-04 15:48:57 -07:00
Jonas Thiel
41d9913c91 Add type definition for „react-native-snap-carousel“ 2017-04-10 15:47:27 +02:00