Skip to content

Commit 8ad219e

Browse files
authored
Merge pull request #171 from xmartlabs/expo-support
[Chore] Adds support for Expo v53
2 parents 2e2dbb7 + b9a589d commit 8ad219e

File tree

7 files changed

+2858
-7083
lines changed

7 files changed

+2858
-7083
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ node_modules
66
LICENSE
77
package-lock.json
88
README.*
9-
yarn.lock

example/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"foregroundImage": "./assets/images/adaptive-icon.png",
1818
"backgroundColor": "#ffffff"
1919
},
20+
"edgeToEdgeEnabled": true,
2021
"package": "com.xmartlabs.line.example"
2122
},
2223
"web": {

example/package-lock.json

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

example/package.json

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,35 @@
1212
},
1313
"dependencies": {
1414
"@xmartlabs/react-native-line": "file:../",
15-
"expo": "^52.0.46",
16-
"expo-blur": "~14.0.3",
17-
"expo-build-properties": "~0.13.2",
18-
"expo-constants": "~17.0.5",
19-
"expo-font": "~13.0.2",
20-
"expo-haptics": "~14.0.0",
21-
"expo-linking": "~7.0.5",
22-
"expo-router": "~4.0.19",
23-
"expo-splash-screen": "~0.29.22",
24-
"expo-status-bar": "~2.0.0",
25-
"expo-symbols": "~0.2.2",
26-
"expo-system-ui": "~4.0.8",
27-
"expo-web-browser": "~14.0.1",
28-
"react": "18.3.1",
29-
"react-dom": "18.3.1",
30-
"react-native": "0.76.9",
31-
"react-native-gesture-handler": "~2.20.2",
15+
"expo": "^53.0.9",
16+
"expo-blur": "~14.1.4",
17+
"expo-build-properties": "~0.14.6",
18+
"expo-constants": "~17.1.6",
19+
"expo-font": "~13.3.1",
20+
"expo-haptics": "~14.1.4",
21+
"expo-linking": "~7.1.4",
22+
"expo-router": "~5.0.6",
23+
"expo-splash-screen": "~0.30.8",
24+
"expo-status-bar": "~2.2.3",
25+
"expo-symbols": "~0.4.4",
26+
"expo-system-ui": "~5.0.7",
27+
"expo-web-browser": "~14.1.6",
28+
"react": "19.0.0",
29+
"react-dom": "19.0.0",
30+
"react-native": "0.79.2",
31+
"react-native-gesture-handler": "~2.24.0",
3232
"react-native-mmkv": "^3.2.0",
33-
"react-native-reanimated": "~3.16.1",
34-
"react-native-safe-area-context": "4.12.0",
35-
"react-native-screens": "~4.4.0",
36-
"react-native-svg": "15.8.0",
37-
"react-native-web": "~0.19.13",
38-
"react-native-webview": "13.12.5"
33+
"react-native-reanimated": "~3.17.4",
34+
"react-native-safe-area-context": "5.4.0",
35+
"react-native-screens": "~4.10.0",
36+
"react-native-svg": "15.11.2",
37+
"react-native-web": "^0.20.0",
38+
"react-native-webview": "13.13.5"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.26.10",
42-
"@types/react": "~18.3.12",
43-
"react-native-svg-transformer": "^1.5.0",
44-
"typescript": "^5.8.3"
42+
"@types/react": "~19.1.3",
43+
"react-native-svg-transformer": "^1.5.0"
4544
},
4645
"private": true
4746
}

0 commit comments

Comments
 (0)