Skip to main content

Installation

Requirements

Before you begin, you need to install the following tools:

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