Skip to content

Commit ff006e4

Browse files
authored
Merge pull request #834 from xiaomakuaiz/feat/douyin-app-login-mobile
feat: support douyin app login on mobile
2 parents 0b0adc1 + 5c0b439 commit ff006e4

6 files changed

Lines changed: 834 additions & 398 deletions

File tree

mobile/app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"isAccessMediaLocationEnabled": false
8484
}
8585
],
86+
"./plugins/withDouyinLogin",
8687
[
8788
"expo-build-properties",
8889
{
@@ -96,7 +97,8 @@
9697
"typedRoutes": true
9798
},
9899
"extra": {
99-
"updatesServer": "https://release.monkeycode-ai.com/public/mobile"
100+
"updatesServer": "https://release.monkeycode-ai.com/public/mobile",
101+
"douyinClientKey": "awxdjorbktpeiqaj"
100102
}
101103
}
102104
}

0 commit comments

Comments
 (0)