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)
|
<TouchableOpacity onPress={() => authenticate({ connector })}> |