Skip to content

Commit 0f796f3

Browse files
author
yuji
committed
fixes #1
1 parent 0f3cf7f commit 0f796f3

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ The best Swiper component for React Native.
3838

3939
> Try these cases by yourself very easy, Just open `examples/swiper.xcodeproj` with Xcode, then press `Cmd + R`; you may edit `examples/index.ios.js` for switch cases.
4040
41-
### [examples/basic.js](#11)
41+
### [examples/basic.js](https://github.com/leecade/react-native-swiper/blob/master/examples/examples/basic.js)
4242

4343
![](http://i.imgur.com/zrsazAG.gif =300x)
4444

45-
### [examples/swiper.js](#11)
45+
### [examples/swiper.js](https://github.com/leecade/react-native-swiper/blob/master/examples/examples/swiper.js)
4646

4747
![](http://i.imgur.com/hP3f3oO.gif =300x)
4848

49-
### [examples/phone.js](#11)
49+
### [examples/phone.js](https://github.com/leecade/react-native-swiper/blob/master/examples/examples/phone.js)
5050

5151
![](http://i.imgur.com/c1BhjZm.gif =300x)
5252

@@ -216,7 +216,7 @@ AppRegistry.registerComponent('swiper', () => swiper)
216216
217217
### Examples
218218

219-
@TODO, see code in [examples](#1) first.
219+
@TODO, see code in [examples](https://github.com/leecade/react-native-swiper/tree/master/examples/examples) first.
220220

221221
### Development
222222

@@ -230,6 +230,6 @@ $ npm start
230230

231231
## Questions
232232

233-
Feel free to [contact me](mailto:[email protected]) or [create an issue](#1)
233+
Feel free to [contact me](mailto:[email protected]) or [create an issue](https://github.com/leecade/react-native-swiper/issues/new)
234234

235235
> Inspired by [nolimits4web/Swiper](https://github.com/nolimits4web/swiper/) & Design material from [Dribbble](https://dribbble.com/) & made with ♥.

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ exports['default'] = _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['d
125125
horizontal: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
126126
children: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.node.isRequired,
127127
style: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity.View.propTypes.style,
128-
horizontal: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
129128
pagingEnabled: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
130129
showsHorizontalScrollIndicator: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
131130
showsVerticalScrollIndicator: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,

examples/examples/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ exports['default'] = _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['d
125125
horizontal: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
126126
children: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.node.isRequired,
127127
style: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity.View.propTypes.style,
128-
horizontal: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
129128
pagingEnabled: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
130129
showsHorizontalScrollIndicator: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,
131130
showsVerticalScrollIndicator: _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['default'].PropTypes.bool,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-native",
66
"ios"
77
],
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"description": "Swiper component for React Native.",
1010
"main": "dist/index.js",
1111
"scripts": {

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export default React.createClass({
116116
horizontal : React.PropTypes.bool,
117117
children : React.PropTypes.node.isRequired,
118118
style : View.propTypes.style,
119-
horizontal : React.PropTypes.bool,
120119
pagingEnabled : React.PropTypes.bool,
121120
showsHorizontalScrollIndicator : React.PropTypes.bool,
122121
showsVerticalScrollIndicator : React.PropTypes.bool,

0 commit comments

Comments
 (0)