add auto for react native
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
1
App.tsx
1
App.tsx
@@ -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
1
libs/rnauto
Submodule
Submodule libs/rnauto added at 1634953750
Submodule libs/rnwalletman updated: a93f5d75c3...db42db3e95
Reference in New Issue
Block a user