From 9bcb0a7a819eeea819b56e32e17a78278b461cff Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 4 Apr 2024 21:22:13 -0700 Subject: migrate to `expo-linear-gradient` (#3420) * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index f57ba2e36..6f1de3b8b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,7 +20,6 @@ module.exports = async function (env, argv) { let config = await createExpoWebpackConfigAsync(env, argv) config = withAlias(config, { 'react-native$': 'react-native-web', - 'react-native-linear-gradient': 'react-native-web-linear-gradient', 'react-native-webview': 'react-native-web-webview', }) config.module.rules = [ -- cgit 1.4.1