Skip to content

Commit b2d035a

Browse files
author
chende
committed
update library
1 parent e87a62f commit b2d035a

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-native": "0.64.0",
2929
"react-native-debug-tool": "^1.1.6",
3030
"react-native-device-info": "^6.2.0",
31-
"react-native-easy-app": "^1.7.23",
31+
"react-native-easy-app": "^1.7.25",
3232
"react-native-gesture-handler": "^1.8.0",
3333
"react-native-image-crop-picker": "^0.35.1",
3434
"react-native-reanimated": "^1.13.1",

src/Main/Common/storage/AppStorage.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import React from 'react';
22
import DeviceInfo from 'react-native-device-info';
33

44
export const RNStorage = {//持久化数据列表
5-
customerId: undefined,//客户ID
6-
accessToken: undefined,//OAuth2.0 accessToken
7-
refreshToken: undefined,//OAuth2.0 refreshToken
8-
baseUrl: undefined,
9-
str: undefined,//测试符串
10-
json: undefined,//测试json
11-
[DeviceInfo.getBundleId()]: undefined,
5+
customerId: null,//客户ID
6+
accessToken: null,//OAuth2.0 accessToken
7+
refreshToken: null,//OAuth2.0 refreshToken
8+
baseUrl: null,
9+
str: null,//测试符串
10+
json: null,//测试json
11+
[DeviceInfo.getBundleId()]: null,
1212
};
1313

1414
export const RNData = {//临时内存数据

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5886,10 +5886,10 @@ react-native-device-info@^6.2.0:
58865886
resolved "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-6.2.0.tgz#6eda29dee048b73b29b57b7ec0c21545bd89dada"
58875887
integrity sha512-UtAk/ZAdCVCepEmRNM/3Kx7dWbLwmEPh527HTjoQUQy1utpoXm3y4sYtCrP2tjczSIyeMs5nLP4Wf3c8bc0fwQ==
58885888

5889-
react-native-easy-app@^1.7.23:
5890-
version "1.7.23"
5891-
resolved "https://registry.npmjs.org/react-native-easy-app/-/react-native-easy-app-1.7.23.tgz#06c41c3311526c0cf763478b6026e9b1d3435059"
5892-
integrity sha512-2CNOegiwmtdd8PmZCe+r2gxecBG5LDabcjmQnel+6Wh2M2iqtP5XuiVDuCis0jZKoPHkLvpYzSvEIHdnNFE+HQ==
5889+
react-native-easy-app@^1.7.25:
5890+
version "1.7.25"
5891+
resolved "https://registry.npmjs.org/react-native-easy-app/-/react-native-easy-app-1.7.25.tgz#68b97da24e8a3543e04c347283e819bf0c36828d"
5892+
integrity sha512-CVFUC1y+vbrCo1oNgiXQbuItRjxF4dm+DeuVMWi7e/BLgwjmWiwulZNakuBLPfFhz1Uy00lbo5ddAUapZ0+rNw==
58935893

58945894
react-native-gesture-handler@^1.8.0:
58955895
version "1.8.0"

0 commit comments

Comments
 (0)