diff --git a/src/index.tsx b/src/index.tsx index a2f6a7c..0380ae5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -6,7 +6,6 @@ import { Text, TouchableOpacity, Platform, - SafeAreaView, I18nManager, FlatListProps, ViewStyle, @@ -209,7 +208,6 @@ export default class AppIntroSlider extends React.Component< return ( - {this.props.data.length > 1 && this.props.data.map((_, i) => @@ -239,7 +237,6 @@ export default class AppIntroSlider extends React.Component< {primaryButton} {secondaryButton} - ); };