Skip to content

Commit e33c30f

Browse files
authored
feat(expo): enforce lucide-react-native (#63)
1 parent 61baa60 commit e33c30f

File tree

2 files changed

+179
-0
lines changed

2 files changed

+179
-0
lines changed

bolt-expo/package-lock.json

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

bolt-expo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@expo/vector-icons": "^14.0.2",
13+
"@lucide/lab": "^0.1.2",
1314
"@react-navigation/bottom-tabs": "^7.2.0",
1415
"@react-navigation/native": "^7.0.14",
1516
"expo": "52.0.33",
@@ -25,13 +26,15 @@
2526
"expo-symbols": "^0.2.2",
2627
"expo-system-ui": "^4.0.7",
2728
"expo-web-browser": "^14.0.2",
29+
"lucide-react-native": "^0.475.0",
2830
"react": "18.3.1",
2931
"react-dom": "18.3.1",
3032
"react-native": "0.76.6",
3133
"react-native-gesture-handler": "^2.23.0",
3234
"react-native-reanimated": "^3.16.7",
3335
"react-native-safe-area-context": "4.12.0",
3436
"react-native-screens": "^4.4.0",
37+
"react-native-svg": "^15.11.1",
3538
"react-native-url-polyfill": "^2.0.0",
3639
"react-native-web": "^0.19.13",
3740
"react-native-webview": "13.12.5"

0 commit comments

Comments
 (0)