busybar-ui / __mocks__ / moti.ts
moti.ts
Raw
import { View } from 'react-native';

const AnimatePresence = View;
const MotiView = View;

module.exports = {
  AnimatePresence,
  View,
  MotiView,
};