Skip to content

Commit

Permalink
Merge pull request leecade#2 from FuYaoDe/revert-1-feature/supportAnd…
Browse files Browse the repository at this point in the history
…roid

Revert "Feature/support android"
  • Loading branch information
FuYaoDe committed May 21, 2016
2 parents 8a4028c + ebf7f8d commit d285846
Show file tree
Hide file tree
Showing 401 changed files with 54,086 additions and 506 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ examples/swiper.xcodeproj/xcuserdata

# IntelliJ
.idea/

# Vim
*.sw*
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![npm version](http://img.shields.io/npm/dm/react-native-swiper.svg?style=flat-square)](https://npmjs.org/package/react-native-swiper "View this project on npm")
[![Issue Stats](http://issuestats.com/github/leecade/react-native-swiper/badge/pr?style=flat-square)](https://github.com/leecade/react-native-swiper/pulls?q=is%3Apr+is%3Aclosed)
[![Issue Stats](http://issuestats.com/github/leecade/react-native-swiper/badge/issue?style=flat-square)](https://github.com/leecade/react-native-swiper/issues?q=is%3Aissue+is%3Aclosed)
[![Join the chat at https://gitter.im/leecade/react-native-swiper](https://badges.gitter.im/leecade/react-native-swiper.svg)](https://gitter.im/leecade/react-native-swiper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

![logo](http://i.imgur.com/P4cRUgD.png)

Expand Down Expand Up @@ -64,12 +63,6 @@ The best Swiper component for React Native.

## Changelogs

- **[1.4.4]**
+ Support for React Native latest(`^0.26.0`)
+ Updates examples to work with react-native-swiper 1.4.4
+ Examples now run on Android (some are still buggy, needs more work)
+ Removes old examples folder

- **[1.4.3]**
+ Fixed auto play issue when only a child view

Expand Down Expand Up @@ -304,7 +297,7 @@ AppRegistry.registerComponent('swiper', () => swiper)

| Prop | Params | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| onScrollBeginDrag | `e` / `state` / `context` | `function` | When animation begins after letting up |
| onMomentumScrollBegin | `e` / `state` / `context` | `function` | When animation begins after letting up |
| onMomentumScrollEnd | `e` / `state` / `context` | `function` | Makes no sense why this occurs first during bounce |
| onTouchStartCapture | `e` / `state` / `context` | `function` | Immediately after `onMomentumScrollEnd` |
| onTouchStart | `e` / `state` / `context` | `function` | Same, but bubble phase |
Expand Down Expand Up @@ -344,7 +337,6 @@ $ npm start
## Contribution

- [@leecade](mailto:leecade@163.com) The main author.
- [@rajkissu](mailto:rajkissu@gmail.com) The secondary contributor.

## Questions

Expand Down
Loading

0 comments on commit d285846

Please sign in to comment.