From 1063bd14989017fddc43aa442971c79bb1423456 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy <6444719+krizzu@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:54:47 +0100 Subject: [PATCH] ignore --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6984a1da..afe320b6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -11,6 +11,7 @@ "@react-native-async-storage/eslint-config", "async-storage-website", "@react-native-async-storage/api", - "@react-native-async-storage/sqlite-storage" + "@react-native-async-storage/sqlite-storage", + "react-native-example-sqlitestorage" ] }