Skip to content

Commit 949268e

Browse files
committed
feat: change icon generation logic
1 parent bcc9e2f commit 949268e

File tree

13 files changed

+111
-16620
lines changed

13 files changed

+111
-16620
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ android/keystores/debug.keystore
5757

5858
# ignore generated icon files
5959
/src/
60+
!src/lib/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "core"]
2+
path = core
3+
url = [email protected]:phosphor-icons/core.git

core

Submodule core added at 24fd919

example/components/home.web.tsx

Lines changed: 0 additions & 132 deletions
This file was deleted.

example/package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,30 @@
1010
"lint": "eslint . --fix"
1111
},
1212
"dependencies": {
13-
"@react-navigation/native": "^6.0.2",
14-
"expo": "~51.0.39",
15-
"expo-constants": "~16.0.2",
16-
"expo-linking": "~6.3.1",
17-
"expo-router": "~3.5.24",
18-
"expo-splash-screen": "~0.27.7",
19-
"expo-status-bar": "~1.12.1",
20-
"expo-system-ui": "~3.0.7",
21-
"react": "18.2.0",
22-
"react-dom": "18.2.0",
23-
"react-native": "0.74.5",
24-
"react-native-gesture-handler": "~2.16.1",
25-
"react-native-reanimated": "~3.10.1",
26-
"react-native-safe-area-context": "4.10.5",
27-
"react-native-screens": "3.31.1",
28-
"react-native-svg": "15.2.0",
13+
"@react-navigation/bottom-tabs": "^7.2.0",
14+
"@react-navigation/native": "^7.0.14",
15+
"@react-navigation/native-stack": "^7.2.0",
16+
"expo": "^52.0.27",
17+
"expo-constants": "~17.0.4",
18+
"expo-linking": "~7.0.4",
19+
"expo-router": "~4.0.17",
20+
"expo-splash-screen": "~0.29.21",
21+
"expo-status-bar": "~2.0.1",
22+
"expo-system-ui": "~4.0.7",
23+
"react": "18.3.1",
24+
"react-dom": "18.3.1",
25+
"react-native": "0.76.6",
26+
"react-native-gesture-handler": "~2.20.2",
27+
"react-native-reanimated": "~3.16.1",
28+
"react-native-safe-area-context": "4.12.0",
29+
"react-native-screens": "~4.4.0",
30+
"react-native-svg": "15.8.0",
2931
"react-native-web": "~0.19.13"
3032
},
3133
"devDependencies": {
3234
"@babel/core": "^7.24.0",
3335
"@eslint/js": "^9.9.0",
34-
"@types/react": "~18.2.79",
36+
"@types/react": "~18.3.12",
3537
"eslint": "9.x",
3638
"eslint-plugin-react": "^7.35.0",
3739
"globals": "^15.9.0",

example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
".expo/types/**/*.ts",
1515
"expo-env.d.ts"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)