Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solana-developers/dapp-scaffold-react-native

dApp scaffold for react native apps
https://github.com/solana-developers/dapp-scaffold-react-native

blockchain crypto cryptocurrency mit-license react-native scaffold solana solana-native solana-react solana-react-native starter starter-template typescript web3 web3js

Last synced: 15 days ago
JSON representation

dApp scaffold for react native apps

Awesome Lists containing this project

README

        

# DApp Scaffold React Native

## Getting Started

This is a [React Native](https://reactnative.dev) project based on the [React Native TypeScript template](https://github.com/react-native-community/react-native-template-typescript).

## Installation

```shell
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
```