Android React Native app to log my expenses

Android React Native App

An Android app to keep track of my monthly expenses. The data is synced with an AWS DynamoDB database.

This project contains source code and supporting files for the following post. http://iwankruger.com/posts/expense_logger

The backend repository can be found here.

AWS Cognito Credentials must be added to the authConfig.js file.

Deploy app on Android Studio Emulator

sudo react-native run-android

sudo react-native start

To create an apk file

cd android

sudo ./gradlew assembleRelease

find apk in android/app/build/outputs/apk/release/app-release.apk

Download Details:

Author: iwankruger

Source Code: https://github.com/iwankruger/expense_logger

#react-native #react #mobile-apps

Android React Native app to log my expenses
3.05 GEEK