mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 04:55:30 +08:00
* MaskedViewIOS use broke react-native-web support, this fixes it. * Fallback more gracefully. * Actually return the value ...
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { BackHandler } from 'react-native';
|
||||
import React from 'react';
|
||||
import { BackHandler, View } from 'react-native';
|
||||
|
||||
export { BackHandler };
|
||||
const MaskedViewIOS = () => <View>{this.props.children}</View>;
|
||||
|
||||
export { BackHandler, MaskedViewIOS };
|
||||
|
||||
Reference in New Issue
Block a user