We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d050880 commit 8b177c1Copy full SHA for 8b177c1
markdowns/getting-started/v6.md
@@ -38,7 +38,17 @@ Component was removed, please use `ChipsInput` instead
38
#### Badge
39
- `animationProps` (please wrap with your own animated view)
40
- `testId` (renamed `testID`)
41
-- `size` will not accept enum 'BADGE_SIZES' anymore, pass number instead
+- `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
52
53
#### Card.Image
54
- `imageSource` (renamed `source`)
0 commit comments