I have to run this code in react-native.
web3.eth.getChainId()
Where are you trying this code (which file)?
I have to run this code in react-native.
web3.eth.getChainId()
Where are you trying this code (which file)?
react-native web3 doesnât support getChainId. This is my custom code - web3.eth.getChainId()
Try the boilerplateâs hook for getting the chainId.
import { useMoralisDapp } from "providers/MoralisDappProvider/MoralisDappProvider";
...
const { chainId } = useMoralisDapp();
Still not working, I have upgraded the moralis and react-moralis packages to the latest version.
But itâs breaking many things. I am getting other issues
~ Canât find variable: localStorage ~
Even useMoralisQuery is not working properly. Can you help this?
Not working properly, I connected with Polygon Testnet Mumbai, but chainId gives me 0x1 all the time.
why NFT Assets not appearing in react native application⌠after connected my metamask test network wallet in my application⌠its always loading onlyâŚ
~ Canât find variable: localStorage ~
Even useMoralisQuery is not working properly. Can you help this?
I would revert back to the default Moralis and react-moralis versions, that would probably introduce many more issues like this one. To reiterate, this boilerplate is in alpha and not production ready so updating packages will likely break things.
Not working properly, I connected with Polygon Testnet Mumbai, but chainId gives me 0x1 all the time.
Possibly 0x1 has been hard set, try changing or removing the chainId in this provider to see if it changes the chainId
from useMoralisDapp.
Where did you try using chainId
(which file)? Iâm not able to get any valid chainId when logged in.
This may be related to the issue the user is having above where the chain ID does not seem to be set properly.
can you please explain it brieflyâŚ
can you please explain it briefly.
Hey i am having an issue with the react-native boilerplate. On some devices the Login with wallet is working. But on some ex: ios i get the following error:
Non ethereum enabled browser
and the Qr modal is shown.
Is that an error or a warning? If the app still works then it should be fine - that message would be expected on an iOS device.
The thing is that the wallet connect modal is not showing⌠so i canât sign in to the app.
Only the QR is showing and in some Devices even the QR is not showing,
Can you post a screenshot of this QR, I thought you were referring to the WalletConnect modalâs QR code. Which devices does the modal (e.g. with the Connect button) not show? You can check your console for any other errors.
Donât know what my issue is at this point. Is it because i"m using js with jsx or my dapp is not connected to moralis token_img wonât display
Where is this code/template from? It doesnât seem to be from the react-native boilerplate.
If this is for the ethereum-boilerplate, then you can post in this thread.