Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 566 Bytes

readme.md

File metadata and controls

24 lines (13 loc) · 566 Bytes

Expo Metamask Boilerplate

Follow these steps to set up the Expo Metamask boilerplate:

Step 1: Clone the Repository

git clone https://github.com/gajojr/expo-metamask-auth

Step 2: Install Dependencies

cd expo-metamask-auth npm install

Step 3: Install eas-cli Globally

If you haven't installed eas-cli globally yet, you can do so using the following command:

npm install -g eas-cli

Step 4: Build the Project

Now, build the project using the eas build command with the appropriate flags:

eas build --profile development --platform all