Skip to content

Commit

Permalink
Merge pull request leecade#1 from FuYaoDe/feature/supportAndroid
Browse files Browse the repository at this point in the history
Feature/support android
  • Loading branch information
FuYaoDe committed May 21, 2016
2 parents 176d387 + b6d5b62 commit 8a4028c
Show file tree
Hide file tree
Showing 401 changed files with 506 additions and 54,086 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ examples/swiper.xcodeproj/xcuserdata

# IntelliJ
.idea/

# Vim
*.sw*
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![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 @@ -63,6 +64,12 @@ 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 @@ -297,7 +304,7 @@ AppRegistry.registerComponent('swiper', () => swiper)

| Prop | Params | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| onMomentumScrollBegin | `e` / `state` / `context` | `function` | When animation begins after letting up |
| onScrollBeginDrag | `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 @@ -337,6 +344,7 @@ $ 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 8a4028c

Please sign in to comment.