App that stores all your purchases. Simply start by scanning barcode on the product to add it.
rename /src/firebaseConfig_template.json to firebaseConfig.json and add configs from Firebase.
Next setup rules for the database.
install all the depencies, (run terminal in root folder of the fridge):
npm install
run app iOS:
react-native run-ios
run app android:
react-native run-android