Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solana-developers/dapp-scaffold-react-native
- Owner: solana-developers
- License: mit
- Created: 2022-04-21T16:48:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T02:22:59.000Z (over 2 years ago)
- Last Synced: 2024-10-29T00:32:23.658Z (about 2 months ago)
- Topics: blockchain, crypto, cryptocurrency, mit-license, react-native, scaffold, solana, solana-native, solana-react, solana-react-native, starter, starter-template, typescript, web3, web3js
- Language: Java
- Homepage: https://solanacookbook.com/integrations/react-native.html
- Size: 8.22 MB
- Stars: 52
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - solana-developers/dapp-scaffold-react-native - dApp scaffold for react native apps (Java)
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
```