How to get provider in react native

I implemented the login flow and also getting the desired fields in response but how can i sign the messages and get provider in react native



Originally posted by: Haris565

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/425

Hi there, currently none of the mobile SDKs return a provider (unlike the web sdks which can be referenced here)

So what you will have to do is to use the private key directly to interact with the specific blockchain. The private key is returned in the sample response



Originally posted by: BboyStatix