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