add auto for react native

This commit is contained in:
2026-01-23 18:12:23 +08:00
parent 750355f56d
commit a258640089
4 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "servers/walletman"] [submodule "servers/walletman"]
path = servers/walletman path = servers/walletman
url = https://gitea.seaflygames.live/ipay/walletman.git url = https://gitea.seaflygames.live/ipay/walletman.git
[submodule "libs/rnauto"]
path = libs/rnauto
url = https://gitea.seaflygames.live/true_casey/rnauto.git

View File

@@ -334,6 +334,7 @@ export default class App extends Component<AppProps, AppState> {
mobile: result.mobile, mobile: result.mobile,
token: result.token, token: result.token,
userId: result.userId, userId: result.userId,
extend: result.extend,
profileDetail: result.profileDetail, profileDetail: result.profileDetail,
}); });
console.log(response); console.log(response);

1
libs/rnauto Submodule

Submodule libs/rnauto added at 1634953750