diff options
author | Hailey <me@haileyok.com> | 2024-04-04 21:19:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 21:19:28 -0700 |
commit | cddbbc4bd4aba10306cb828bebc46af3727a6fb6 (patch) | |
tree | ee163476ebc7f4d423b70e28588119b4c4997bd6 /package.json | |
parent | 0433f8ad68c6778d79d97b35f26ca03ffa9b0db9 (diff) | |
download | voidsky-cddbbc4bd4aba10306cb828bebc46af3727a6fb6.tar.zst |
migrate to `expo-application` (#3417)
* migrate to `expo-application` * replace additional usage
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index e75488458..8932360cf 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "emoji-mart": "^5.5.2", "eventemitter3": "^5.0.1", "expo": "^50.0.8", - "expo-application": "~5.8.3", + "expo-application": "^5.8.3", "expo-build-properties": "^0.11.1", "expo-camera": "~14.0.4", "expo-clipboard": "^5.0.1", @@ -174,7 +174,6 @@ "react-native-uitextview": "^1.1.6", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.1", - "react-native-version-number": "^0.3.6", "react-native-web": "~0.19.6", "react-native-web-linear-gradient": "^1.1.2", "react-native-web-webview": "^1.0.2", |