Guy Carmeli 6 years ago
parent
commit
0809f1e32d
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      playground/src/screens/OptionsScreen.js

+ 12
- 12
playground/src/screens/OptionsScreen.js View File

@@ -33,23 +33,23 @@ class OptionsScreen extends Component {
33 33
         visible: true,
34 34
         testID: testIDs.TOP_BAR_ELEMENT,
35 35
         rightButtons: [
36
-          {
37
-            id: CUSTOM_BUTTON,
38
-            testID: CUSTOM_BUTTON,
39
-            component: 'CustomTextButton'
40
-          },
36
+          // {
37
+          //   id: CUSTOM_BUTTON,
38
+          //   testID: CUSTOM_BUTTON,
39
+          //   component: 'CustomTextButton'
40
+          // },
41 41
           {
42 42
             id: CUSTOM_BUTTON2,
43 43
             testID: CUSTOM_BUTTON2,
44 44
             component: 'CustomRoundedButton'
45 45
           },
46
-          // {
47
-          //   id: BUTTON_ONE,
48
-          //   testID: BUTTON_ONE,
49
-          //   title: 'One',
50
-          //   buttonFontSize: 28,
51
-          //   buttonColor: 'red'
52
-          // }
46
+          {
47
+            id: BUTTON_ONE,
48
+            testID: BUTTON_ONE,
49
+            title: 'One',
50
+            buttonFontSize: 28,
51
+            buttonColor: 'red'
52
+          }
53 53
         ],
54 54
         leftButtons: [{
55 55
           id: BUTTON_LEFT,