forked from leecade/react-native-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request leecade#2 from FuYaoDe/revert-1-feature/supportAnd…
…roid Revert "Feature/support android"
- Loading branch information
Showing
401 changed files
with
54,086 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,3 @@ examples/swiper.xcodeproj/xcuserdata | |
|
||
# IntelliJ | ||
.idea/ | ||
|
||
# Vim | ||
*.sw* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | | ||
|
@@ -344,7 +337,6 @@ $ npm start | |
## Contribution | ||
|
||
- [@leecade](mailto:[email protected]) The main author. | ||
- [@rajkissu](mailto:[email protected]) The secondary contributor. | ||
|
||
## Questions | ||
|
||
|
Oops, something went wrong.