UNPKG

react-native-gifted-chat

Version:
8 lines (6 loc) 225 B
// __mocks__/react-native-video.js import React from 'react' import { View } from 'react-native' // Import this named export into your test file: const Video = () => <View>React native video mock</View> export default Video