From 426419ceafb1b327e11e2131cd48e81f75d258b7 Mon Sep 17 00:00:00 2001 From: tboba Date: Mon, 25 Mar 2024 16:32:50 +0100 Subject: [PATCH] Release 3.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa24e8c157..ae89ede569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-screens", - "version": "3.29.0", + "version": "3.30.0", "description": "Native navigation primitives for your React Native app.", "scripts": { "postinstall": "git submodule update --init --recursive && (cd react-navigation && yarn)",