-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Migration guide for 3.0
Mateusz Kosoń edited this page Jul 3, 2020
·
7 revisions
Library level changes
-
All of the examples were migrated to React Hooks, as well as some of the components.
-
Ref typings were added to all components where they were missing
-
useNativeDriver
prop is explicitly passed to all animations
TextInput.Affix
TextInput.Icon
Bug fixes:
- add wrapperStyle override to Snackbar
Bug fixes:
- always display checkbox icon in LTR direction (#1864) (ac3d8ac)
Bug fixes:
- card title with 1 line only (#1809) (a0b1a3e)
Bug fixes:
- fix menu item height (#1847) (cc14479)
Bug fixes:
- fix warning thrown on button animation (#1769) (4b400d6)
Bug fixes:
- prevent FABGroup click when its hidden (#1845) (8f2a98f)