1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-18 18:30:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix expo cli

This commit is contained in:
sunnylqm
2025-01-11 20:20:16 +08:00
parent 26725200b7
commit 4f0784172f
5 changed files with 87 additions and 73 deletions

View File

@@ -6,3 +6,5 @@ declare global {
export interface Session {
token: string;
}
export type Platform = 'ios' | 'android' | 'harmony';