rn-viewpager
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "rn-viewpager", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "ViewPager component for react-native, same api on both android and ios.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,4 @@ /** | ||
'use strict'; | ||
import React, {Component} from 'react'; | ||
import {StyleSheet, View, PropTypes} from 'react-native'; | ||
import React, {Component, PropTypes} from 'react'; | ||
import {StyleSheet, View} from 'react-native'; | ||
import IndicatorViewPager from '../IndicatorViewPager'; | ||
@@ -10,0 +10,0 @@ |
@@ -7,4 +7,4 @@ /** | ||
import React, {Component} from 'react'; | ||
import {StyleSheet, View, PropTypes, Text, TouchableOpacity} from 'react-native'; | ||
import React, {Component, PropTypes} from 'react'; | ||
import {StyleSheet, View, Text, TouchableOpacity} from 'react-native'; | ||
import IndicatorViewPager from '../IndicatorViewPager'; | ||
@@ -11,0 +11,0 @@ |
@@ -7,4 +7,4 @@ /** | ||
import React, {Component} from 'react'; | ||
import {StyleSheet, View, PropTypes} from 'react-native'; | ||
import React, {Component, PropTypes} from 'react'; | ||
import {StyleSheet, View} from 'react-native'; | ||
import ViewPager from './ViewPager'; | ||
@@ -11,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116827