1import * as React from 'react'; 2import { Text } from 'react-native'; 3 4export default () => <Text>Mask view is not implemented on web</Text>; 5