From 4a06d10ab5e9911e1b1256ad4eff18cf989bf558 Mon Sep 17 00:00:00 2001 From: kacperkapusciak Date: Tue, 30 Mar 2021 16:46:46 +0200 Subject: [PATCH] Release 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41dbc75e8..a58031ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-screens", - "version": "2.18.1", + "version": "3.0.0", "description": "Native navigation primitives for your React Native app.", "scripts": { "check-types": "tsc --noEmit",