You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/fcl-react-native/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @onflow/fcl-react-native
2
2
3
+
## 1.22.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#2774](https://github.com/onflow/fcl-js/pull/2774)[`d8cbe12f20ca9c047567155b40642e3dbea66c89`](https://github.com/onflow/fcl-js/commit/d8cbe12f20ca9c047567155b40642e3dbea66c89) Thanks [@mfbz](https://github.com/mfbz)! - Improved wc redirect flexibility and updated connect modal to be normal centered modal for better layout support.
For a detailed guide explaining how to use `@onflow/fcl` to interact with Flow please see the [Flow App Quick Start](https://developers.flow.com/tutorials/flow-app-quickstart)
39
39
40
40
Having trouble with something? Reach out to us on [Discord](https://discord.gg/k6cZ7QC), we are more than happy to help.
41
+
42
+
## WalletConnect Deeplinks
43
+
44
+
This package uses `wc-redirect` as the deeplink path for WalletConnect redirects (e.g., `myapp://wc-redirect`). When a wallet approves a connection or transaction, it redirects back to your app using this path.
45
+
46
+
If you're using Expo Router, you may want to intercept this path to prevent unwanted navigation. See `@onflow/react-native-sdk` README for details.
Copy file name to clipboardExpand all lines: packages/react-native-sdk/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# @onflow/react-native-sdk
2
2
3
+
## 0.3.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#2774](https://github.com/onflow/fcl-js/pull/2774)[`d8cbe12f20ca9c047567155b40642e3dbea66c89`](https://github.com/onflow/fcl-js/commit/d8cbe12f20ca9c047567155b40642e3dbea66c89) Thanks [@mfbz](https://github.com/mfbz)! - Improved wc redirect flexibility and updated connect modal to be normal centered modal for better layout support.
Copy file name to clipboardExpand all lines: packages/react-native-sdk/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ Here's a look at some of the hooks available. For a full list, see the [official
56
56
-`<Connect />` - Wallet connection button with built-in profile modal
57
57
-`<Profile />` - Displays connected wallet information with disconnect option
58
58
59
+
## 🔗 WalletConnect Deeplinks
60
+
61
+
This SDK uses `wc-redirect` as the deeplink path for WalletConnect redirects (e.g., `myapp://wc-redirect`). When a wallet approves a connection or transaction, it redirects back to your app using this path.
62
+
63
+
To prevent navigation flashes, you can intercept this path using Expo Router's `+native-intent.tsx`. See [Expo Router Native Intent documentation](https://docs.expo.dev/router/advanced/native-intent/) for details.
64
+
59
65
## 📚 Full Documentation
60
66
61
67
Looking for full API docs, examples, and usage tips?
0 commit comments