Installation
Requirements
Before you begin, you need to install the following tools:
- Node (>= v20.18.3)
- Yarn (v1 or v2+)
- Git
- React Native
- Yeet CLI
Setup
Clone the ETH Mobile template repo
git clone https://github.com/dewdrip/eth-mobile.git <PROJECT_NAME>
Navigate to the project and install dependencies
cd <PROJECT_NAME> && yarn install
Navigate to the packages/reactnative
folder and install pods(for IOS development)
cd packages/reactnative && npx pod-install