Browse Source

add tapBackgroundToDismiss: true to LightBox

Guy Carmeli 7 years ago
parent
commit
3346efd7ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      example/src/screens/Types.js

+ 1
- 0
example/src/screens/Types.js View File

50
       style: {
50
       style: {
51
         backgroundBlur: 'dark',
51
         backgroundBlur: 'dark',
52
         backgroundColor: 'rgba(0, 0, 0, 0.7)',
52
         backgroundColor: 'rgba(0, 0, 0, 0.7)',
53
+        tapBackgroundToDismiss: true
53
       }
54
       }
54
     });
55
     });
55
   };
56
   };