From f8c311e1f5ac4a002d98819acf0a7d400f5c0fef Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Tue, 9 Jul 2024 01:44:15 -0400 Subject: [PATCH] chore: release 4.10.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8509ac8..0e756fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "4.10.7", + "version": "4.10.8", "description": "A flexible way to handle safe area, also works on Android and web.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",