dgavriloff / adaptive-tdee-tracker

Allows users to get an estimate of their total daily energy expenditure from their weight loss and calorie intake.
0 stars 0 forks source link

Add input validation #3

Closed dgavriloff closed 3 months ago

dgavriloff commented 3 months ago

Currently users can type and paste whatever they want into any inputs. Objective: add a check input function and inputType prop to the LabeledInput component so user input is validated before being sent to firebase

dgavriloff commented 3 months ago

Added input validation and user feedback using react-native-flash-message