소스 검색

Add badge styling example

Guy Carmeli 8 년 전
부모
커밋
75d9ed097e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      example-redux/src/app.js

+ 4
- 0
example-redux/src/app.js 파일 보기

@@ -147,6 +147,10 @@ export default class App {
147 147
             passProps: {
148 148
               title: 'Hello from SideMenu'
149 149
             }
150
+          },
151
+          appStyle: {
152
+            bottomTabBadgeTextColor: '#ffffff',
153
+            bottomTabBadgeBackgroundColor: '#ff0000'
150 154
           }
151 155
         });
152 156
         return;