We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0732a commit 1ba7c64Copy full SHA for 1ba7c64
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [6.2.2](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.1...v6.2.2) (2024-04-03)
2
+
3
4
+### Bug Fixes
5
6
+* lazy FlashList scroll sync issue ([1b89ec7](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/1b89ec7221dc87792fc56886b170ff6f1d06e230))
7
8
## [6.2.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.0...v6.2.1) (2023-08-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-collapsible-tab-view",
- "version": "6.2.1",
+ "version": "6.2.2",
"description": "Collapsible tab view component for React Native",
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
0 commit comments