@readyio/react-native-wallet 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/android/src/main/assets/ReadyWallet.bundle +1471 -1467
- package/android/src/main/res/drawable-mdpi/assets_icons_normal_arrow.png +0 -0
- package/android/src/main/res/drawable-mdpi/assets_icons_normal_circles_three_plus_fill.png +0 -0
- package/android/src/main/res/drawable-mdpi/assets_icons_normal_gear_six_fill.png +0 -0
- package/android/src/main/res/drawable-mdpi/assets_icons_normal_wallet_fill.png +0 -0
- package/android/src/main/res/drawable-mdpi/ready_splash_onus_logo.png +0 -0
- package/android/src/main/res/layout/ready_splash.xml +15 -9
- package/android/src/main/res/raw/ready_wallet_splash.json +3677 -16369
- package/ios/ReadySplash.swift +12 -10
- package/ios/ReadyWallet.swift +2 -3
- package/ios/sdk/ReadyWallet.bundle +0 -0
- package/ios/sdk/assets/assets/icons/normal/arrow.png +0 -0
- package/ios/sdk/assets/assets/icons/normal/circles_three_plus_fill.png +0 -0
- package/ios/sdk/assets/assets/icons/normal/gear_six_fill.png +0 -0
- package/ios/sdk/assets/assets/icons/normal/wallet_fill.png +0 -0
- package/ios/splash/ReadySplash.storyboard +18 -1
- package/ios/splash/ReadyWalletSplash.json +1 -16369
- package/ios/splash/ready_splash_onus_logo.png +0 -0
- package/lib/commonjs/ReadyWalletClass.js.map +1 -1
- package/lib/module/ReadyWalletClass.js.map +1 -1
- package/lib/typescript/src/ReadyWalletClass.d.ts +1 -1
- package/lib/typescript/src/ReadyWalletClass.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/ReadyWalletClass.ts +2 -1
- package/android/src/main/res/drawable/ready_splash_background_gradient.xml +0 -8
package/README.md
CHANGED
|
@@ -50,6 +50,7 @@ yarn add @readyio/react-native-wallet
|
|
|
50
50
|
"react-native-biometrics": "^3.0.1",
|
|
51
51
|
"react-native-camera": "^3.18.0",
|
|
52
52
|
"react-native-countdown-circle-timer": "^3.2.1",
|
|
53
|
+
"react-native-get-random-values": "^1.10.0",
|
|
53
54
|
"react-native-device-info": "^5.5.3",
|
|
54
55
|
"react-native-event-listeners": "^1.0.7",
|
|
55
56
|
"react-native-fast-image": "^8.6.3",
|
|
@@ -75,6 +76,7 @@ yarn add @readyio/react-native-wallet
|
|
|
75
76
|
"react-native-svg": "^13.14.0",
|
|
76
77
|
"react-native-tab-view": "^3.5.2",
|
|
77
78
|
"react-native-toast-message": "^2.2.0",
|
|
79
|
+
"react-native-randombytes": "^3.6.1",
|
|
78
80
|
"react-native-uuid": "1.4.9",
|
|
79
81
|
"react-native-view-shot": "^3.8.0",
|
|
80
82
|
"react-native-webview": "^13.8.1",
|
|
@@ -231,7 +233,7 @@ Available configuration:
|
|
|
231
233
|
| walletId | used to indicate which wallet a user has open | string | undefined | NO |
|
|
232
234
|
| userId | current userId of supper app | string | '' | YES |
|
|
233
235
|
| isCreateNewWallet | used to indicate the user to open the mini app to create a wallet | bool | false | NO |
|
|
234
|
-
|
|
236
|
+
| userInfo | Send supper app user infomation to miniapp | UserInfo | false | NO |
|
|
235
237
|
|
|
236
238
|
## Get list of Wallet information from miniapp
|
|
237
239
|
|