UNPKG

react-navigation

Version:
7 lines (4 loc) 182 B
import React from 'react'; import { BackHandler, View } from 'react-native'; const MaskedViewIOS = () => <View>{this.props.children}</View>; export { BackHandler, MaskedViewIOS };