react-native-parallax-swiper
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -113,3 +113,3 @@ import React, { Component, PropTypes } from 'react'; | ||
ui: PropTypes.element, | ||
backgroundImages: PropTypes.element.isRequired, | ||
backgroundImages: PropTypes.array.isRequired, | ||
backgroundColor: PropTypes.string, | ||
@@ -116,0 +116,0 @@ dividerColor: PropTypes.string, |
{ | ||
"name": "react-native-parallax-swiper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Full Screen Parallax Swiper Allowing Arbitrary UI Injection", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4184