diff options
author | Hailey <me@haileyok.com> | 2024-04-04 21:22:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 21:22:13 -0700 |
commit | 9bcb0a7a819eeea819b56e32e17a78278b461cff (patch) | |
tree | 8ee004375f9812b6c525876f5702b376cf3eb982 /package.json | |
parent | 4e59914d2afeba49ea911e19a610a6be56be6845 (diff) | |
download | voidsky-9bcb0a7a819eeea819b56e32e17a78278b461cff.tar.zst |
migrate to `expo-linear-gradient` (#3420)
* replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages
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 00717cdf0..433a1f80e 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,7 @@ "expo-image": "~1.10.6", "expo-image-manipulator": "^11.8.0", "expo-image-picker": "~14.7.1", + "expo-linear-gradient": "^12.7.2", "expo-linking": "^6.2.2", "expo-localization": "~14.8.3", "expo-media-library": "~15.9.1", @@ -162,7 +163,6 @@ "react-native-get-random-values": "~1.11.0", "react-native-image-crop-picker": "^0.38.1", "react-native-ios-context-menu": "^1.15.3", - "react-native-linear-gradient": "^2.6.2", "react-native-pager-view": "6.2.3", "react-native-picker-select": "^8.1.0", "react-native-progress": "bluesky-social/react-native-progress", @@ -175,7 +175,6 @@ "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.1", "react-native-web": "~0.19.6", - "react-native-web-linear-gradient": "^1.1.2", "react-native-web-webview": "^1.0.2", "react-native-webview": "13.6.4", "react-responsive": "^9.0.2", |