From a258640089a03fb572eb1a10632200ad4f6610c7 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Fri, 23 Jan 2026 18:12:23 +0800 Subject: [PATCH] add auto for react native --- .gitmodules | 3 +++ App.tsx | 1 + libs/rnauto | 1 + libs/rnwalletman | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 libs/rnauto diff --git a/.gitmodules b/.gitmodules index 8459670..a37f968 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "servers/walletman"] path = servers/walletman url = https://gitea.seaflygames.live/ipay/walletman.git +[submodule "libs/rnauto"] + path = libs/rnauto + url = https://gitea.seaflygames.live/true_casey/rnauto.git diff --git a/App.tsx b/App.tsx index 552f037..9f87d3b 100644 --- a/App.tsx +++ b/App.tsx @@ -334,6 +334,7 @@ export default class App extends Component { mobile: result.mobile, token: result.token, userId: result.userId, + extend: result.extend, profileDetail: result.profileDetail, }); console.log(response); diff --git a/libs/rnauto b/libs/rnauto new file mode 160000 index 0000000..1634953 --- /dev/null +++ b/libs/rnauto @@ -0,0 +1 @@ +Subproject commit 1634953750d331a4e98332eddf08edb73ee0a23c diff --git a/libs/rnwalletman b/libs/rnwalletman index a93f5d7..db42db3 160000 --- a/libs/rnwalletman +++ b/libs/rnwalletman @@ -1 +1 @@ -Subproject commit a93f5d75c3b8ec51a852d18d52c06c7539328811 +Subproject commit db42db3e95463c7fa50f6e0e451232bb62eab01c