import React from 'react'; import { BackHandler, View } from 'react-native'; const MaskedViewIOS = () => {this.props.children}; export { BackHandler, MaskedViewIOS };