I wanted to build MetaMask locally so I cloned the MetaMask-mobile repo
& tried building it on my android phone using the command npx react-native run-android -- --warning-mode=all and I got this error that I’m not able to resolve.
What went wrong:
Included build ‘C:\Users\Path\MetaMask-mobile\node_modules\react-native\packages\react-native-codegen\android’ does not exist.
How do I resolve this error so that I can build it locally on an android simulator or when I connect it to my android device?