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
The following imports need to be made to simplify the blink integration:
18
-
-`useAction` hook and `ActionAdapter` type from `@dialectlabs/blinks-core`
18
+
-`useAction` hook and `ActionAdapter` type from `@dialectlabs/blinks-react-native`
19
19
-`Blink` component from `@dialectlabs/blinks-react-native`
20
20
21
21
A `getWalletAdapter` function has to be defined to generate an adapter of type `ActionAdapter` for interactions with user wallets like wallet connect and signing transactions through the React Native dApp.
@@ -33,52 +33,59 @@ An [example](/example/src/Example.tsx) of this is:
0 commit comments