Skip to content

Commit 3e9460c

Browse files
committed
install lucide-react-native and react-native-svg
1 parent 33d4533 commit 3e9460c

2 files changed

Lines changed: 176 additions & 3 deletions

File tree

mobile/package-lock.json

Lines changed: 173 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
"@react-navigation/native-stack": "^7.14.10",
1616
"expo": "~54.0.33",
1717
"expo-status-bar": "~3.0.9",
18+
"lucide-react-native": "^1.7.0",
1819
"react": "19.1.0",
1920
"react-native": "0.81.5",
2021
"react-native-gesture-handler": "^2.31.0",
2122
"react-native-safe-area-context": "^5.7.0",
22-
"react-native-screens": "^4.24.0"
23+
"react-native-screens": "^4.24.0",
24+
"react-native-svg": "^15.15.4"
2325
},
2426
"private": true
2527
}

0 commit comments

Comments
 (0)