diff options
author | Hailey <me@haileyok.com> | 2024-06-07 19:17:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 03:17:00 +0100 |
commit | 5f63b8d40f7ede8bbaaf1d1f68200126896f061b (patch) | |
tree | 72e470faecb5112fdc0f9d6a2157977e99ffa78a /package.json | |
parent | 480a40862f329f98a37772f01fd774d0e6d89a9e (diff) | |
download | voidsky-5f63b8d40f7ede8bbaaf1d1f68200126896f061b.tar.zst |
Bump `expo-notifications` to fix NPE (#4425)
* bump library * rename patch file
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 458baa282..1ba0ab2ec 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "expo-localization": "~15.0.3", "expo-media-library": "~16.0.3", "expo-navigation-bar": "~3.0.4", - "expo-notifications": "~0.28.3", + "expo-notifications": "~0.28.7", "expo-sharing": "^12.0.1", "expo-splash-screen": "~0.27.4", "expo-status-bar": "~1.12.1", |