import { View, Animated } from "react-native"; /** Regular view component */ export { View as CompatView }; const AnimatedView = Animated.View; /** Animated view component for smooth animations */ export { AnimatedView as CompatAnimatedView };