From cb3aea35d06f11fa83bd4cf4006f38890c6e3630 Mon Sep 17 00:00:00 2001 From: Catalin Date: Tue, 6 Aug 2024 18:13:38 +0100 Subject: [PATCH] feat(lazy): fix lazy prop default release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 298392a7..74bdec0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-nav-tab-bar", - "version": "3.1.10", + "version": "3.1.11", "description": "Animated React Native TabBar Navigator for React Navigation", "main": "dist/lib/index.js", "module": "dist/lib/index.es.js",