aport-tools 4.0.30 → 4.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ import Animated, { useAnimatedStyle, useSharedValue, withSpring } from 'react-native-reanimated';
2
+ export { Animated as useAnimated, useAnimatedStyle, useSharedValue, withSpring };