ソースを参照

add tapBackgroundToDismiss: true to LightBox

Guy Carmeli 7 年 前
コミット
3346efd7ae
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      example/src/screens/Types.js

+ 1
- 0
example/src/screens/Types.js ファイルの表示

@@ -50,6 +50,7 @@ class Types extends React.Component {
50 50
       style: {
51 51
         backgroundBlur: 'dark',
52 52
         backgroundColor: 'rgba(0, 0, 0, 0.7)',
53
+        tapBackgroundToDismiss: true
53 54
       }
54 55
     });
55 56
   };