demo-apps
demo-apps copied to clipboard
Unable to authenticate with WalletConnect in React Native Demo
The authentication function is commented out, and uncommenting it uncovers a compile error:
Argument of type '{ connector: WalletConnect; }' is not assignable to parameter of type 'AuthenticateOptions'. Object literal may only specify known properties, and 'connector' does not exist in type 'AuthenticateOptions'.ts(2345)
https://github.com/MoralisWeb3/demo-apps/blob/d40d9702745c60f9591348b8ff1ba66e6bf7c4de/react-native-boilerplate/frontend/App.tsx#L77