Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 487 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 487 Bytes

DApp Scaffold React Native

Getting Started

This is a React Native project based on the React Native TypeScript template.

Installation

npm install
# or
yarn install

Run the dev server (metro)

npm start
# or 
yarn start

Run the Android app

npm run android
# or 
yarn android

Run the iOS app

npm run ios
# or 
yarn ios