ecency-mobile/patches/react-native-swiper+1.6.0.patch
2023-12-13 15:44:03 +05:00

20 lines
505 B
Diff

diff --git a/node_modules/react-native-swiper/src/index.js b/node_modules/react-native-swiper/src/index.js
index 3e63ca7..91e820a 100644
--- a/node_modules/react-native-swiper/src/index.js
+++ b/node_modules/react-native-swiper/src/index.js
@@ -7,14 +7,12 @@ import PropTypes from 'prop-types'
import {
Text,
View,
- ViewPropTypes,
ScrollView,
Dimensions,
TouchableOpacity,
Platform,
ActivityIndicator
} from 'react-native'
-
/**
* Default styles
* @type {StyleSheetPropType}