Follow these steps to set up the Expo Metamask boilerplate:
git clone https://github.com/gajojr/expo-metamask-auth
cd expo-metamask-auth
npm install
If you haven't installed eas-cli globally yet, you can do so using the following command:
npm install -g eas-cli
Now, build the project using the eas build command with the appropriate flags:
eas build --profile development --platform all