From 75f8a554146af6e60683cba3a73552a53195b46e Mon Sep 17 00:00:00 2001 From: Clair Date: Sun, 23 Jun 2019 10:52:27 +0200 Subject: [PATCH] fix modifications of @luciensabo --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 496c9a9..645486c 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,7 @@ import { ActivityIndicator, TouchableOpacity, StyleSheet, + ViewPropTypes, } from 'react-native'; import { Ionicons } from '@expo/vector-icons'; // 6.2.2 @@ -19,7 +20,7 @@ class ProgressiveInput extends Component { clearButtonColor: PropTypes.string, clearButtonSize: PropTypes.number, clearButtonStyle: PropTypes.object, - activityIndicatorStyle: ActivityIndicator.propTypes.style, + activityIndicatorStyle: ViewPropTypes.style, onBlur: PropTypes.func, onChangeText: PropTypes.func, onFocus: PropTypes.func,