Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oarthurzanoni/devfinance-mobile
React Native version of DevFinance
https://github.com/oarthurzanoni/devfinance-mobile
money-management react-native typescript
Last synced: about 1 month ago
JSON representation
React Native version of DevFinance
- Host: GitHub
- URL: https://github.com/oarthurzanoni/devfinance-mobile
- Owner: oarthurzanoni
- License: mit
- Created: 2021-08-06T01:00:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T13:02:34.000Z (over 3 years ago)
- Last Synced: 2024-04-23T06:17:06.028Z (8 months ago)
- Topics: money-management, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DevFinance MobileA React Native version of [DevFinance](https://mitacho.github.io/devfinance)
## Layout
## Android Developer Instructions
**clone and install dependencies**
```bash
git clone https://github.com/Mitacho/devfinance-mobile.git
yarn install
```**run the React Native app**
open a terminal instance and type the following command in the project root folder:
```bash
yarn start
```open another terminal instance and type the following command in the project root folder:
```bash
yarn android
```