@reown/appkit-react-native 0.0.0-feat-multichain-20250513175016 → 0.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +153 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,153 @@
1
+ # @reown/appkit-scaffold-react-native
2
+
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#322](https://github.com/reown-com/appkit-react-native/pull/322) [`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: clear balance if the sdk fails to get it
8
+
9
+ - [#327](https://github.com/reown-com/appkit-react-native/pull/327) [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: deduplicate wallets in all wallet list
10
+
11
+ - [#331](https://github.com/reown-com/appkit-react-native/pull/331) [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with wallet page loaders
12
+
13
+ - Updated dependencies [[`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2), [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7), [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821)]:
14
+ - @reown/appkit-common-react-native@1.2.3
15
+ - @reown/appkit-core-react-native@1.2.3
16
+ - @reown/appkit-siwe-react-native@1.2.3
17
+ - @reown/appkit-ui-react-native@1.2.3
18
+
19
+ ## 1.2.2
20
+
21
+ ### Patch Changes
22
+
23
+ - [#316](https://github.com/reown-com/appkit-react-native/pull/316) [`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: load transactions when needed
24
+
25
+ - [#312](https://github.com/reown-com/appkit-react-native/pull/312) [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show wallet info in useWalletInfo hook for ethers and ethers5
26
+
27
+ - [#314](https://github.com/reown-com/appkit-react-native/pull/314) [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: improved state array updates in connection and router controllers
28
+
29
+ - [#315](https://github.com/reown-com/appkit-react-native/pull/315) [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: send expo info in useragent
30
+
31
+ - Updated dependencies [[`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68), [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14), [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384), [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92)]:
32
+ - @reown/appkit-common-react-native@1.2.2
33
+ - @reown/appkit-core-react-native@1.2.2
34
+ - @reown/appkit-siwe-react-native@1.2.2
35
+ - @reown/appkit-ui-react-native@1.2.2
36
+
37
+ ## 1.2.1
38
+
39
+ ### Patch Changes
40
+
41
+ - [#308](https://github.com/reown-com/appkit-react-native/pull/308) [`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: added event subscription hook
42
+
43
+ - [#307](https://github.com/reown-com/appkit-react-native/pull/307) [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed condition for initial modal loading
44
+
45
+ - Updated dependencies [[`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf), [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2)]:
46
+ - @reown/appkit-core-react-native@1.2.1
47
+ - @reown/appkit-common-react-native@1.2.1
48
+ - @reown/appkit-siwe-react-native@1.2.1
49
+ - @reown/appkit-ui-react-native@1.2.1
50
+
51
+ ## 1.2.0
52
+
53
+ ### Minor Changes
54
+
55
+ - [#299](https://github.com/reown-com/appkit-react-native/pull/299) [`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: swaps feature
56
+
57
+ - [#300](https://github.com/reown-com/appkit-react-native/pull/300) [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: added ability to change themeMode and override accent color
58
+
59
+ ### Patch Changes
60
+
61
+ - fix: set loading when account data is being synced in appkit-wagmi
62
+
63
+ - Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
64
+ - @reown/appkit-common-react-native@1.2.0
65
+ - @reown/appkit-core-react-native@1.2.0
66
+ - @reown/appkit-ui-react-native@1.2.0
67
+ - @reown/appkit-siwe-react-native@1.2.0
68
+
69
+ ## 1.1.1
70
+
71
+ ### Patch Changes
72
+
73
+ - [#292](https://github.com/reown-com/appkit-react-native/pull/292) [`ff75ba8`](https://github.com/reown-com/appkit-react-native/commit/ff75ba8ce9828b85f0c38a08e0ce33e3020c48d8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved auth ethers connector type error
74
+
75
+ - Updated dependencies [[`ff75ba8`](https://github.com/reown-com/appkit-react-native/commit/ff75ba8ce9828b85f0c38a08e0ce33e3020c48d8)]:
76
+ - @reown/appkit-common-react-native@1.1.1
77
+ - @reown/appkit-core-react-native@1.1.1
78
+ - @reown/appkit-siwe-react-native@1.1.1
79
+ - @reown/appkit-ui-react-native@1.1.1
80
+
81
+ ## 1.1.0
82
+
83
+ ### Minor Changes
84
+
85
+ - [#265](https://github.com/reown-com/appkit-react-native/pull/265) [`fb85422`](https://github.com/reown-com/appkit-react-native/commit/fb85422e0d544efc21a686287d91b16a638cf99c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: social login
86
+
87
+ - [#230](https://github.com/reown-com/appkit-react-native/pull/230) [`b02a7d3`](https://github.com/reown-com/appkit-react-native/commit/b02a7d39f4c23802dd4619671fe263a2faa17775) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: added wallet features for universal wallets
88
+
89
+ - [#266](https://github.com/reown-com/appkit-react-native/pull/266) [`3193c6f`](https://github.com/reown-com/appkit-react-native/commit/3193c6fac3a2d7f83f53bf982180469e23f156c4) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: smart accounts for social login
90
+
91
+ ### Patch Changes
92
+
93
+ - [#276](https://github.com/reown-com/appkit-react-native/pull/276) [`1fe0f3f`](https://github.com/reown-com/appkit-react-native/commit/1fe0f3fa0f96d14f63f2ffc96092b2bc239c4f92) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe imports to solve issues on some android devices
94
+
95
+ - [#273](https://github.com/reown-com/appkit-react-native/pull/273) [`aa3ba46`](https://github.com/reown-com/appkit-react-native/commit/aa3ba464c88cf38aae54b5e2185b64b513418b1b) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: watch token balance
96
+
97
+ - [#268](https://github.com/reown-com/appkit-react-native/pull/268) [`0d2bae4`](https://github.com/reown-com/appkit-react-native/commit/0d2bae4a91063fc9fc6feb10e9fe780924cb670f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: removed nft tab
98
+
99
+ - [#272](https://github.com/reown-com/appkit-react-native/pull/272) [`5f7b88c`](https://github.com/reown-com/appkit-react-native/commit/5f7b88c220a312b07c1787dbd8aae2ee8d3a1120) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: small changes for web
100
+
101
+ - [#274](https://github.com/reown-com/appkit-react-native/pull/274) [`f7e04d4`](https://github.com/reown-com/appkit-react-native/commit/f7e04d48a546d6c2b647abf417761d45570f11ef) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show custom wallets in all wallets view
102
+
103
+ - [#275](https://github.com/reown-com/appkit-react-native/pull/275) [`2cb59a4`](https://github.com/reown-com/appkit-react-native/commit/2cb59a46a90bea3b919f47f4be8f485d867890ef) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: improved loading message in social connections
104
+
105
+ - [#262](https://github.com/reown-com/appkit-react-native/pull/262) [`19bbffd`](https://github.com/reown-com/appkit-react-native/commit/19bbffde847b8d962d30e7dedacd93a4ef0c543c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: get custom token balance if provided
106
+
107
+ - [#240](https://github.com/reown-com/appkit-react-native/pull/240) [`6f8ddfa`](https://github.com/reown-com/appkit-react-native/commit/6f8ddfa292a122356565f710de1d2daf19210369) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed headers function in event controller
108
+
109
+ - [#267](https://github.com/reown-com/appkit-react-native/pull/267) [`37983e7`](https://github.com/reown-com/appkit-react-native/commit/37983e71f78f85bcbd6b3c1708ddb359b920319b) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump walletconnect deps to 2.17.2 in ethers packages
110
+
111
+ - [#238](https://github.com/reown-com/appkit-react-native/pull/238) [`68dc856`](https://github.com/reown-com/appkit-react-native/commit/68dc856c4ab39ebd17e1885b8536fa3a1a391186) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated packages info
112
+
113
+ - [#277](https://github.com/reown-com/appkit-react-native/pull/277) [`285a64b`](https://github.com/reown-com/appkit-react-native/commit/285a64bfb310913c79b1ba9a85a82387e41a63ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: ui changes in social webview to solve android issues
114
+
115
+ - [#271](https://github.com/reown-com/appkit-react-native/pull/271) [`636285b`](https://github.com/reown-com/appkit-react-native/commit/636285bb261815b6766b78728219c7820532e150) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show error message and retry button in case wallet fetch fails
116
+
117
+ - [#289](https://github.com/reown-com/appkit-react-native/pull/289) [`047cb8e`](https://github.com/reown-com/appkit-react-native/commit/047cb8e2d4a435e1728cf1918c3754c217a60be2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum provider to 2.17.3
118
+
119
+ - [#269](https://github.com/reown-com/appkit-react-native/pull/269) [`f5ca754`](https://github.com/reown-com/appkit-react-native/commit/f5ca7548115d25e121931961295d822ecd13833c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show wallet view for email wallets
120
+
121
+ - [#271](https://github.com/reown-com/appkit-react-native/pull/271) [`636285b`](https://github.com/reown-com/appkit-react-native/commit/636285bb261815b6766b78728219c7820532e150) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: improved provider error handling
122
+
123
+ - Updated dependencies [[`1fe0f3f`](https://github.com/reown-com/appkit-react-native/commit/1fe0f3fa0f96d14f63f2ffc96092b2bc239c4f92), [`fb85422`](https://github.com/reown-com/appkit-react-native/commit/fb85422e0d544efc21a686287d91b16a638cf99c), [`aa3ba46`](https://github.com/reown-com/appkit-react-native/commit/aa3ba464c88cf38aae54b5e2185b64b513418b1b), [`0d2bae4`](https://github.com/reown-com/appkit-react-native/commit/0d2bae4a91063fc9fc6feb10e9fe780924cb670f), [`5f7b88c`](https://github.com/reown-com/appkit-react-native/commit/5f7b88c220a312b07c1787dbd8aae2ee8d3a1120), [`f7e04d4`](https://github.com/reown-com/appkit-react-native/commit/f7e04d48a546d6c2b647abf417761d45570f11ef), [`2cb59a4`](https://github.com/reown-com/appkit-react-native/commit/2cb59a46a90bea3b919f47f4be8f485d867890ef), [`b02a7d3`](https://github.com/reown-com/appkit-react-native/commit/b02a7d39f4c23802dd4619671fe263a2faa17775), [`19bbffd`](https://github.com/reown-com/appkit-react-native/commit/19bbffde847b8d962d30e7dedacd93a4ef0c543c), [`6f8ddfa`](https://github.com/reown-com/appkit-react-native/commit/6f8ddfa292a122356565f710de1d2daf19210369), [`37983e7`](https://github.com/reown-com/appkit-react-native/commit/37983e71f78f85bcbd6b3c1708ddb359b920319b), [`3193c6f`](https://github.com/reown-com/appkit-react-native/commit/3193c6fac3a2d7f83f53bf982180469e23f156c4), [`68dc856`](https://github.com/reown-com/appkit-react-native/commit/68dc856c4ab39ebd17e1885b8536fa3a1a391186), [`285a64b`](https://github.com/reown-com/appkit-react-native/commit/285a64bfb310913c79b1ba9a85a82387e41a63ff), [`636285b`](https://github.com/reown-com/appkit-react-native/commit/636285bb261815b6766b78728219c7820532e150), [`047cb8e`](https://github.com/reown-com/appkit-react-native/commit/047cb8e2d4a435e1728cf1918c3754c217a60be2), [`f5ca754`](https://github.com/reown-com/appkit-react-native/commit/f5ca7548115d25e121931961295d822ecd13833c), [`636285b`](https://github.com/reown-com/appkit-react-native/commit/636285bb261815b6766b78728219c7820532e150)]:
124
+ - @reown/appkit-common-react-native@1.1.0
125
+ - @reown/appkit-core-react-native@1.1.0
126
+ - @reown/appkit-siwe-react-native@1.1.0
127
+ - @reown/appkit-ui-react-native@1.1.0
128
+
129
+ ## 1.0.2
130
+
131
+ ### Patch Changes
132
+
133
+ - [#260](https://github.com/reown-com/appkit-react-native/pull/260) [`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed init config of email provider
134
+
135
+ - Updated dependencies [[`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4)]:
136
+ - @reown/appkit-common-react-native@1.0.2
137
+ - @reown/appkit-core-react-native@1.0.2
138
+ - @reown/appkit-siwe-react-native@1.0.2
139
+ - @reown/appkit-ui-react-native@1.0.2
140
+
141
+ ## 1.0.1
142
+
143
+ ### Patch Changes
144
+
145
+ - [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site
146
+
147
+ - [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package
148
+
149
+ - Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
150
+ - @reown/appkit-common-react-native@1.0.1
151
+ - @reown/appkit-core-react-native@1.0.1
152
+ - @reown/appkit-siwe-react-native@1.0.1
153
+ - @reown/appkit-ui-react-native@1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-react-native",
3
- "version": "0.0.0-feat-multichain-20250513175016",
3
+ "version": "0.0.1",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "types": "lib/typescript/index.d.ts",
6
6
  "module": "lib/module/index.js",
@@ -37,10 +37,10 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@reown/appkit-common-react-native": "0.0.0-feat-multichain-20250513175016",
41
- "@reown/appkit-core-react-native": "0.0.0-feat-multichain-20250513175016",
42
- "@reown/appkit-siwe-react-native": "0.0.0-feat-multichain-20250513175016",
43
- "@reown/appkit-ui-react-native": "0.0.0-feat-multichain-20250513175016",
40
+ "@reown/appkit-common-react-native": "1.2.3",
41
+ "@reown/appkit-core-react-native": "1.2.3",
42
+ "@reown/appkit-siwe-react-native": "1.2.3",
43
+ "@reown/appkit-ui-react-native": "1.2.3",
44
44
  "@walletconnect/universal-provider": "2.20.2",
45
45
  "valtio": "^1.13.2"
46
46
  },
@@ -68,4 +68,4 @@
68
68
  "node_modules/",
69
69
  "lib/"
70
70
  ]
71
- }
71
+ }