connect
method in our social module.
It returns a promise that resolves with no params on success, and rejects on failure.
Here’s how you can connect a user’s farcaster account, for example:
appOrigin
prop of the ReactNativeExtension
extension you used to initialize your client — read here.
So in order for your app’s name to be displayed correctly to your user when they are connecting their social accounts,
you need to provide this prop.
You can read more about the social module here.