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

https://github.com/ferdousanam/react-native-expense-manager


https://github.com/ferdousanam/react-native-expense-manager

android firebase react-native

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Expense Manager App

This app is build with [React Native][react-native] & [Firebase][firebase]

## Run the following commands after cloning first time

```bash
npm install
```

#### For the first time run
```bash
npm run start
```

#### To run on Android Emulator
```bash
npx react-native run-android
```

#### To build Android APK
```bash
cd android; ./gradlew app:assembleRelease; cd ..
```

#### List Connected Android AVDs
```bash
emulator -list-avds
```

#### To run on Android Emulator
```bash
npx react-native run-android -avd Pixel_3a_API_33_x86_64
```

#### List Connected Android AVDs
```bash
adb devices
```

#### To run on Android Emulator
```bash
npx react-native run-android --deviceId=DEVICE_ID
```

[link-author]: https://github.com/ferdousanam
[react-native]: https://reactnative.dev
[firebase]: https://firebase.google.com