@norcy/react-native-toolkit 0.1.79 → 0.1.80
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/lib/commonjs/WeChatLoginUtil.js +27 -5
- package/lib/commonjs/WeChatLoginUtil.js.map +1 -1
- package/lib/module/WeChatLoginUtil.js +26 -5
- package/lib/module/WeChatLoginUtil.js.map +1 -1
- package/package.json +3 -1
- package/src/{WeChatLoginUtil.ts → WeChatLoginUtil.tsx} +29 -4
- package/yarn-error.log +11677 -0
- package/yarn.lock +5 -0
package/yarn.lock
CHANGED
|
@@ -9200,6 +9200,11 @@ react-native-purchases@5.6.0:
|
|
|
9200
9200
|
resolved "https://registry.yarnpkg.com/react-native-purchases/-/react-native-purchases-5.6.0.tgz#7f7a27b3f49b2a7a42ab4cec5f39cde0ad3263d1"
|
|
9201
9201
|
integrity sha512-Kaj1jgGNHfll7Pv8Pi2yLswY5Wn4on3oV3LjEUQwrKyGbFNIjxJI4DcV/lKwNN4cDF29rI3BwgN6CA6IWw7VwQ==
|
|
9202
9202
|
|
|
9203
|
+
react-native-root-siblings@^4.0.0:
|
|
9204
|
+
version "4.1.1"
|
|
9205
|
+
resolved "https://registry.yarnpkg.com/react-native-root-siblings/-/react-native-root-siblings-4.1.1.tgz#b7742db7634a87f507eb99a5fd699c4f10c46ab0"
|
|
9206
|
+
integrity sha512-sdmLElNs5PDWqmZmj4/aNH4anyxreaPm61c4ZkRiR8SO/GzLg6KjAbb0e17RmMdnBdD0AIQbS38h/l55YKN4ZA==
|
|
9207
|
+
|
|
9203
9208
|
react-native-simple-toast@^1.1.3:
|
|
9204
9209
|
version "1.1.4"
|
|
9205
9210
|
resolved "https://registry.yarnpkg.com/react-native-simple-toast/-/react-native-simple-toast-1.1.4.tgz#6a962beea87b86228a4f8c51bc93761108740b1c"
|