React-native with Solana

I have problems building the login page, and I kinda very confused through the doc.
Have been stuck for few days, finally found here to ask for help!
Can anyone guide me through step-by-step?
or some repos with descriptive README.md?

@dontforgetbananatiff Welcome Aboard!

I’ll link the regular react native pnp SDK expo example here . As you see, we have created a ethersRPC.js that allows us to perform transactions on Ethereum chain using ethers.js . In a similar way, you can create a solanaRPC.js using the @solana/web3.js .
I’ll link this as well, How to use @solana/web3.js in a React Native app

Here is our Tkey RN exmaples:

Thanks, will try it anyway!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.