Can react native access web3js?

Hi guys!

Can react native access web3js?

If you’re referring to the web3.js library, then yes. This boilerplate uses it for example.

@alex thanks for reply! can we interact with smart contact functions like Mint NFT ?

Yes you can interact with smart contract functions using web3.js. Or you can use the Moralis SDK’s executeFunction (using ethers.js).