migrate to expo-linear-gradient (#3420)

* replace packages

* rm useless alias from webpack config

* fix accidental double commit

* replace all usages
This commit is contained in:
Hailey 2024-04-04 21:22:13 -07:00 committed by GitHub
parent 4e59914d2a
commit 9bcb0a7a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 133 additions and 127 deletions

View file

@ -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 = [