File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
demo/src/screens/componentScreens Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ export default class BadgesScreen extends Component {
141
141
Counter Icon Badges
142
142
</ Text >
143
143
< View row paddingH-15 >
144
- < Badge marginR-10 withCounterIcon label = { '9999' } labelFormatterLimit = { 3 } icon = { bell } backgroundColor = { Colors . red30 } iconStyle = { { height : 18 , width : 18 } } />
145
- < Badge marginR-10 withCounterIcon label = { '4' } icon = { bell } backgroundColor = { Colors . red30 } color = { Colors . blue30 } iconStyle = { { height : 18 , width : 18 } } />
144
+ < Badge marginR-10 label = { '9999' } labelFormatterLimit = { 3 } icon = { bell } backgroundColor = { Colors . red30 } />
145
+ < Badge marginR-10 label = { '4' } icon = { bell } backgroundColor = { Colors . red30 } />
146
146
</ View >
147
147
148
148
</ ScrollView >
You can’t perform that action at this time.
0 commit comments