jfilter/frag-den-staat-app

View on GitHub
src/components/profile/ProfileIntroVideo.js

Summary

Maintainability
A
0 mins
Test Coverage
import { WebView } from 'react-native-webview';
import React from 'react';

const ProfileIntroVideo = () => (
  <WebView
    source={{ uri: 'https://player.vimeo.com/video/102604678?color=FFFFFF' }}
  />
);

export default ProfileIntroVideo;