Skip to content

Commit 8b177c1

Browse files
authored
Update v6.md
1 parent d050880 commit 8b177c1

File tree

1 file changed

+11
-1
lines changed
  • markdowns/getting-started

1 file changed

+11
-1
lines changed

markdowns/getting-started/v6.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,17 @@ Component was removed, please use `ChipsInput` instead
3838
#### Badge
3939
- `animationProps` (please wrap with your own animated view)
4040
- `testId` (renamed `testID`)
41-
- `size` will not accept enum 'BADGE_SIZES' anymore, pass number instead
41+
- `size` will not accept enum 'BADGE_SIZES' anymore, pass number instead
42+
43+
See conversion map
44+
```
45+
pimpleSmall -> 6
46+
pimpleBig -> 10
47+
pimpleHuge -> 14
48+
small -> 16
49+
default -> 20
50+
large -> 24
51+
```
4252

4353
#### Card.Image
4454
- `imageSource` (renamed `source`)

0 commit comments

Comments
 (0)