import * as React from 'react';
import { Text } from 'react-native';

export default () => <Text>Mask view is not implemented on web</Text>;
