diff --git a/.gitignore b/.gitignore index 499aaadc2..0f1f8c083 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,9 @@ yarn-error.log **/fastlane/screenshots **/fastlane/test_output +# VSCode +.vscode + # Bundle artifact *.jsbundle diff --git a/test-apps/expo/pokemon-app/package-lock.json b/test-apps/expo/pokemon-app/package-lock.json index 7db6b0e8e..44c915681 100644 --- a/test-apps/expo/pokemon-app/package-lock.json +++ b/test-apps/expo/pokemon-app/package-lock.json @@ -11,7 +11,6 @@ "@expo/metro-runtime": "~3.1.3", "@gorhom/bottom-sheet": "^4.6.0", "@react-native-async-storage/async-storage": "^1.21.0", - "@react-native-community/art": "^1.2.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native-stack": "^6.9.18", "axios": "^1.6.7", @@ -3805,21 +3804,6 @@ "react-native": "^0.0.0-0 || >=0.60 <1.0" } }, - "node_modules/@react-native-community/art": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/art/-/art-1.2.0.tgz", - "integrity": "sha512-a+ZcRGl/BzLa89yi33Mbn5SHavsEXqKUMdbfLf3U8MDLElndPqUetoJyGkv63+BcPO49UMWiQRP1YUz6/zfJ+A==", - "deprecated": "If you need a similar package, please consider using react-native-svg or @shopify/react-native-skia", - "dependencies": { - "art": "^0.10.3", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, "node_modules/@react-native-community/cli": { "version": "12.3.6", "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-12.3.6.tgz", @@ -6808,14 +6792,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/art": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/art/-/art-0.10.3.tgz", - "integrity": "sha512-HXwbdofRTiJT6qZX/FnchtldzJjS3vkLJxQilc3Xj+ma2MXjY4UAyQ0ls1XZYVnDvVIBiFZbC6QsvtW86TD6tQ==", - "engines": { - "node": "*" - } - }, "node_modules/asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", diff --git a/test-apps/expo/pokemon-app/package.json b/test-apps/expo/pokemon-app/package.json index 5f42ceab2..fd0f49be3 100644 --- a/test-apps/expo/pokemon-app/package.json +++ b/test-apps/expo/pokemon-app/package.json @@ -16,7 +16,6 @@ "@expo/metro-runtime": "~3.1.3", "@gorhom/bottom-sheet": "^4.6.0", "@react-native-async-storage/async-storage": "^1.21.0", - "@react-native-community/art": "^1.2.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native-stack": "^6.9.18", "axios": "^1.6.7",