On the first screen, we can able to select the gender, height , weight , age and upon tapping on the calculate button should navigate to the second screen and should display the calculated results as per the screenshots
BMI = Mass(Kg) / (height(m))²
Feedback on Body mass index (BMI) to measure body fat based on height and weight. Learn more about what the number means and risk factors here: https://www.nhlbi.nih.gov/health/educational/lose_wt/risk.htm
yarn install
react-native run-ios

