react-native-swiper-animated
Advanced tools
Comparing version
{ | ||
"name": "react-native-swiper-animated", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Tinder-like swiper for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -56,3 +56,3 @@ import React, { Component, PropTypes } from 'react'; | ||
children: PropTypes.array, | ||
styles: PropTypes.any, | ||
style: PropTypes.any, | ||
loop: PropTypes.bool, | ||
@@ -85,3 +85,3 @@ allowGestureTermination: PropTypes.bool, | ||
children: [], | ||
styles: {}, | ||
style: {}, | ||
loop: false, | ||
@@ -499,3 +499,3 @@ allowGestureTermination: true, | ||
render() { | ||
const { stack, showPagination, styles: propStyle } = this.props; | ||
const { stack, showPagination, style: propStyle } = this.props; | ||
@@ -502,0 +502,0 @@ return ( |
72143
0