diff --git a/index.js b/index.js index 66dcc64..9fef7bf 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ import React, { Component } from "react"; import { View, StyleSheet, Text, Animated } from "react-native"; import { + GestureHandlerRootView, PanGestureHandler, TapGestureHandler, State, @@ -323,7 +324,7 @@ export default class extends Component { const scaleStyle = { scale: scaleValue }; return ( - + ) : null} - + ); } }