diff --git a/docs/migration/v3xtov32.md b/docs/migration/v3xtov32.md index 6fe59487f..d15108d16 100644 --- a/docs/migration/v3xtov32.md +++ b/docs/migration/v3xtov32.md @@ -35,6 +35,10 @@ Below is a rough account of the breaking API changes as well as the minimal chan * Removed `Alert.Title`. Use `Text` component instead. * Removed `Alert.Description`. Use `Text` component instead. +### Divider: + +* Removed `size`. Use `thickness` prop instead. + ## Note: