feat: upgrade to sdk 55 canary (#25810)
This commit is contained in:
+2
-1
@@ -38,6 +38,7 @@
|
||||
"projectId": "f5e97f6f-1e95-44ac-bfa4-f737ef90f198"
|
||||
}
|
||||
},
|
||||
"owner": "calcoms-organization"
|
||||
"owner": "calcoms-organization",
|
||||
"plugins": ["expo-router", "expo-secure-store", "expo-web-browser"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Ionicons } from "@expo/vector-icons";
|
||||
import { isLiquidGlassAvailable } from "expo-glass-effect";
|
||||
import { Tabs } from "expo-router";
|
||||
import { NativeTabs, Icon, Label } from "expo-router/unstable-native-tabs";
|
||||
import { NativeTabs } from "expo-router/unstable-native-tabs";
|
||||
import { Platform } from "react-native";
|
||||
|
||||
export default function TabLayout() {
|
||||
@@ -13,23 +13,23 @@ export default function TabLayout() {
|
||||
return (
|
||||
<NativeTabs>
|
||||
<NativeTabs.Trigger name="event-types">
|
||||
<Icon sf="link" />
|
||||
<Label>Event Types</Label>
|
||||
<NativeTabs.Trigger.Icon sf="link" />
|
||||
<NativeTabs.Trigger.Label>Event Types</NativeTabs.Trigger.Label>
|
||||
</NativeTabs.Trigger>
|
||||
|
||||
<NativeTabs.Trigger name="bookings">
|
||||
<Icon sf="calendar" />
|
||||
<Label>Bookings</Label>
|
||||
<NativeTabs.Trigger.Icon sf="calendar" />
|
||||
<NativeTabs.Trigger.Label>Bookings</NativeTabs.Trigger.Label>
|
||||
</NativeTabs.Trigger>
|
||||
|
||||
<NativeTabs.Trigger name="availability">
|
||||
<Icon sf="clock" />
|
||||
<Label>Availability</Label>
|
||||
<NativeTabs.Trigger.Icon sf="clock" />
|
||||
<NativeTabs.Trigger.Label>Availability</NativeTabs.Trigger.Label>
|
||||
</NativeTabs.Trigger>
|
||||
|
||||
<NativeTabs.Trigger name="more">
|
||||
<Icon sf="ellipsis" />
|
||||
<Label>More</Label>
|
||||
<NativeTabs.Trigger.Icon sf="ellipsis" />
|
||||
<NativeTabs.Trigger.Label>More</NativeTabs.Trigger.Label>
|
||||
</NativeTabs.Trigger>
|
||||
</NativeTabs>
|
||||
);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { useEffect } from "react";
|
||||
import { View, Text, ActivityIndicator } from "react-native";
|
||||
import { View, Text, ActivityIndicator, Platform } from "react-native";
|
||||
import { useRouter, useLocalSearchParams } from "expo-router";
|
||||
|
||||
export default function OAuthCallback() {
|
||||
@@ -7,6 +7,8 @@ export default function OAuthCallback() {
|
||||
const params = useLocalSearchParams();
|
||||
|
||||
useEffect(() => {
|
||||
if (Platform.OS !== "web") return;
|
||||
|
||||
// Extract code, state, and error parameters from URL
|
||||
const code = params.code as string;
|
||||
const state = params.state as string;
|
||||
|
||||
+2614
File diff suppressed because it is too large
Load Diff
Generated
-16613
File diff suppressed because it is too large
Load Diff
+26
-22
@@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"ext:build": "wxt build",
|
||||
"ext": "wxt",
|
||||
@@ -16,7 +16,7 @@
|
||||
"prepare": "cd .. && husky companion/.husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/ui": "^0.2.0-beta.7",
|
||||
"@expo/ui": "^0.2.0-canary-20251211-7da85ea",
|
||||
"@expo/vector-icons": "^15.0.3",
|
||||
"@react-native-async-storage/async-storage": "^2.1.0",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
@@ -26,39 +26,43 @@
|
||||
"@types/react": "~19.1.10",
|
||||
"@types/react-dom": "~19.1.7",
|
||||
"base64-js": "^1.5.1",
|
||||
"expo": "~54.0.0",
|
||||
"expo-auth-session": "^7.0.9",
|
||||
"expo-clipboard": "~8.0.8",
|
||||
"expo-constants": "~18.0.10",
|
||||
"expo-crypto": "^15.0.7",
|
||||
"expo-device": "^8.0.9",
|
||||
"expo-glass-effect": "~0.1.6",
|
||||
"expo-linking": "~8.0.8",
|
||||
"expo-router": "~6.0.14",
|
||||
"expo-secure-store": "^15.0.7",
|
||||
"expo-status-bar": "~3.0.8",
|
||||
"expo-web-browser": "^15.0.9",
|
||||
"expo": "^55.0.0-canary-20251211-7da85ea",
|
||||
"expo-auth-session": "7.0.11-canary-20251211-7da85ea",
|
||||
"expo-clipboard": "8.0.9-canary-20251211-7da85ea",
|
||||
"expo-constants": "18.1.0-canary-20251211-7da85ea",
|
||||
"expo-crypto": "15.0.9-canary-20251211-7da85ea",
|
||||
"expo-device": "8.0.11-canary-20251211-7da85ea",
|
||||
"expo-glass-effect": "0.2.0-canary-20251211-7da85ea",
|
||||
"expo-linking": "8.0.11-canary-20251211-7da85ea",
|
||||
"expo-router": "7.0.0-canary-20251211-7da85ea",
|
||||
"expo-secure-store": "15.0.9-canary-20251211-7da85ea",
|
||||
"expo-status-bar": "3.0.10-canary-20251211-7da85ea",
|
||||
"expo-web-browser": "15.0.11-canary-20251211-7da85ea",
|
||||
"nativewind": "^4.2.1",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-native": "0.81.5",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-native": "0.83.0-rc.5",
|
||||
"react-native-context-menu-view": "^1.20.0",
|
||||
"react-native-gesture-handler": "^2.29.1",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-reanimated": "~4.1.1",
|
||||
"react-native-safe-area-context": "5.4.0",
|
||||
"react-native-svg": "^15.15.0",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-screens": "~4.19.0-nightly-20251203-1746a584e",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-web": "^0.21.2",
|
||||
"react-native-worklets": "0.5.1"
|
||||
"react-native-worklets": "0.6.1"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.1.31",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"babel-preset-expo": "^54.0.7",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.9.3",
|
||||
"wxt": "^0.20.11"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user