Browse Source

Removed PushedScreen blue background color

yogevbd 6 years ago
parent
commit
3af4a65cd2
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      playground/src/screens/PushedScreen.js

+ 0
- 6
playground/src/screens/PushedScreen.js View File

20
           text: 'single',
20
           text: 'single',
21
           testID: testIDs.TOP_BAR_BUTTON
21
           testID: testIDs.TOP_BAR_BUTTON
22
         },
22
         },
23
-        background: {
24
-          color: 'blue'
25
-        },
26
         rightButtonColor: 'red',
23
         rightButtonColor: 'red',
27
       },
24
       },
28
-      // layout: {
29
-      //   backgroundColor: '#f5fcff'
30
-      // },
31
       bottomTabs: {
25
       bottomTabs: {
32
         visible: false
26
         visible: false
33
       }
27
       }