Commit Graph

13 Commits

Author SHA1 Message Date
Andy
1b54a38a43 Fix remaining lint errors (#19219) 2017-08-21 14:14:31 -07: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
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Jonas Thiel
fe47481b63 Add undocumented parameters for snapToItem
Adds optional „fireCallback“ and „initial“ to snapToItem: https://github.com/archriss/react-native-snap-carousel/blob/v2.2.2/index.js#L585
2017-06-14 10:53:58 +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
Jonas Thiel
02b62e98b0 Update react-native-snap-carousel to v2.1.2
A new property `carouselHorizontalPadding ` was introduced in version 2.1.2.

https://github.com/archriss/react-native-snap-carousel/blob/master/CHANGELOG.md#v212
2017-05-10 11:03:27 +02:00
Mohamed Hegazy
ff4eaf5d61 Fix lint errors introduced in tslint@5.2 (#16330) 2017-05-04 15:48:57 -07:00
Andy
dae4a527d7 Fix "../tslint.json" to "dtslint.json" (#15957)
* Fix "../tslint.json" to "dtslint.json"

* Fix errors
2017-04-18 10:35:52 -07:00
Jonas Thiel
41d9913c91 Add type definition for „react-native-snap-carousel“ 2017-04-10 15:47:27 +02:00