Added expo-linear-gradient and expo-system-ui package via npx expo install

This commit is contained in:
Filip Rojek 2024-05-09 17:50:28 +02:00
parent 7c25158c85
commit 6cf744bbc5
2 changed files with 15436 additions and 15422 deletions

View File

@ -14,11 +14,12 @@
"axios": "^1.6.8",
"expo": "~50.0.17",
"expo-constants": "~15.4.6",
"expo-linear-gradient": "^13.0.2",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-secure-store": "^12.8.1",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
@ -8749,9 +8750,9 @@
}
},
"node_modules/expo-linear-gradient": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/expo-linear-gradient/-/expo-linear-gradient-13.0.2.tgz",
"integrity": "sha512-EDcILUjRKu4P1rtWcwciN6CSyGtH7Bq4ll3oTRV7h3h8oSzSilH1g6z7kTAMlacPBKvMnkkWOGzW6KtgMKEiTg==",
"version": "12.7.2",
"resolved": "https://registry.npmjs.org/expo-linear-gradient/-/expo-linear-gradient-12.7.2.tgz",
"integrity": "sha512-Wwb2EF18ywgrlTodcXJ6Yt/UEcKitRMdXPNyP/IokmeKh4emoq9DxZJpZdkXm3HUTLlbRpi6/t32jrFVqXB9AQ==",
"peerDependencies": {
"expo": "*"
}
@ -8947,6 +8948,18 @@
"resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.11.1.tgz",
"integrity": "sha512-ddQEtCOgYHTLlFUe/yH67dDBIoct5VIULthyT3LRJbEwdpzAgueKsX2FYK02ldh440V87PWKCamh7R9evk1rrg=="
},
"node_modules/expo-system-ui": {
"version": "2.9.4",
"resolved": "https://registry.npmjs.org/expo-system-ui/-/expo-system-ui-2.9.4.tgz",
"integrity": "sha512-ExJ8AzEZjb/zbg6nRLrN/mqxWr6e4fAcT0LBN/YvPZljbMo23HU+/lPy0/YctF1tRRvQ3Z95ABSNjnx9ajQBjg==",
"dependencies": {
"@react-native/normalize-color": "^2.0.0",
"debug": "^4.3.2"
},
"peerDependencies": {
"expo": "*"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",

View File

@ -15,7 +15,7 @@
"axios": "^1.6.8",
"expo": "~50.0.17",
"expo-constants": "~15.4.6",
"expo-linear-gradient": "^13.0.2",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-secure-store": "^12.8.1",
@ -25,7 +25,8 @@
"react-native": "0.73.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6"
"react-native-web": "~0.19.6",
"expo-system-ui": "~2.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",