From 449cd4e2fa5e9d4b7040e1f2a7b0bed4f2e0c12a Mon Sep 17 00:00:00 2001 From: Talha Naqvi Date: Tue, 5 Jan 2021 04:17:16 +0530 Subject: [PATCH] Fixed the incorrect reference to this.props on updating VisibleIndicesChanged (#579) * Fixed the incorrect reference to this.props * version bump Co-authored-by: naqvitalha --- package.json | 2 +- src/core/RecyclerListView.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e77ba184..a5584d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recyclerlistview", - "version": "3.0.4", + "version": "3.0.5-beta.1", "description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.", "main": "dist/reactnative/index.js", "types": "dist/reactnative/index.d.ts", diff --git a/src/core/RecyclerListView.tsx b/src/core/RecyclerListView.tsx index f55b9c29..b3cbb387 100644 --- a/src/core/RecyclerListView.tsx +++ b/src/core/RecyclerListView.tsx @@ -186,14 +186,14 @@ export default class RecyclerListView