Skip to content

Commit

Permalink
Add lucide-react-native, react-native-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-m1 committed Oct 31, 2023
1 parent c35701d commit e3057a3
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 5 deletions.
153 changes: 150 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "EcommerceReactNative",
"name": "ecommerce-react-native",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,10 @@
"test": "jest"
},
"dependencies": {
"lucide-react-native": "^0.291.0",
"react": "18.2.0",
"react-native": "0.72.6"
"react-native": "0.72.6",
"react-native-svg": "^13.14.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit e3057a3

Please sign in to comment.