mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 05:54:56 -06:00
quick fix for Modal warning
This commit is contained in:
parent
1de6f74a07
commit
51dd0aa6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { Icon } from 'react-native-material-ui';
|
|||
|
||||
export default pure(({ children, isVisible }) => {
|
||||
return (
|
||||
<Modal visible={isVisible} transparent={true} animationType="fade">
|
||||
<Modal visible={isVisible} transparent={true} animationType="fade" onRequestClose={() => {}}>
|
||||
<View
|
||||
style={{
|
||||
flex: 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue