Browse Source

Add badge styling example

Guy Carmeli 8 years ago
parent
commit
75d9ed097e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      example-redux/src/app.js

+ 4
- 0
example-redux/src/app.js View File

147
             passProps: {
147
             passProps: {
148
               title: 'Hello from SideMenu'
148
               title: 'Hello from SideMenu'
149
             }
149
             }
150
+          },
151
+          appStyle: {
152
+            bottomTabBadgeTextColor: '#ffffff',
153
+            bottomTabBadgeBackgroundColor: '#ff0000'
150
           }
154
           }
151
         });
155
         });
152
         return;
156
         return;