Releases: satya164/react-native-tab-view
Releases · satya164/react-native-tab-view
Release 2.5.0
Features
- add prop to load screens in advance when lazy is enabled (8e8e3fc)
- allow passing additional props to pager (af70210)
Release 2.4.0
Bug Fixes
- measure tab bar layout instead of using tabview layout (30216d3)
Features
- add prop to access position value outside the tabview. closes #781 (#782) (7c0ba4e)
Release 1.4.1
Bug Fixes
- add 'bounces' prop type only to PagerScroll (a36ed15)
Release 2.3.0
Bug Fixes
- reset gesture when manually updating the index (e864dad)
Features
- first-class support for TypeScript (01ba66e)
Release 2.2.1
Bug Fixes
- avoid opacity change in tab bar due to overswipe to left (aa7e9b3)
- memoize animated nodes to improve performance (346f22d), closes #720
- try to improve the performance (116dc0b), closes #700 #716
- tweak spring config for animation (cf44834)
Release 1.4.0
Bug Fixes
- fix issue with triggering press while scrolling on iOS (#754) (3e5fed7)
Features
- support horizontal bounces for PagerScoll to make it looks like iOS component (#722) (f6d7cfd)
Release 1.3.5
- fix: setting initial tab behaviour for iOS RN 0.59.x (#762) (a1c00b0)
- docs: add deprecation notice to the 1.x branch (557e9e5)
Release 2.2.0
Features
- export extra animation options for Pager (#747) (f5df221)