diff --git a/package.json b/package.json index 86a679c..8f58354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-scroll", - "version": "0.3.0", + "version": "0.3.1", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -88,7 +88,7 @@ "engines": { "node": ">= 16.0.0" }, - "packageManager": "^yarn@1.22.15", + "packageManager": "yarn@1.22.22", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ diff --git a/src/FastScrollSectionDots/FastScrollSectionFullListItem.tsx b/src/FastScrollSectionDots/FastScrollSectionFullListItem.tsx index e19531f..3e9a73c 100644 --- a/src/FastScrollSectionDots/FastScrollSectionFullListItem.tsx +++ b/src/FastScrollSectionDots/FastScrollSectionFullListItem.tsx @@ -66,8 +66,10 @@ function FastScrollSectionFullListItem({ scrollToIndex(item.startIndex); }, [item.startIndex, scrollToIndex]); + // Kleber: Using 'onPressIn' because of known issue from react-native flatlist + // https://github.com/facebook/react-native/issues/51763 return ( - + {finalText} );