DEV Community

Cover image for React Native : BMI Calculator
amogh kawle
amogh kawle

Posted on

React Native : BMI Calculator

In this tutorial, you are going to learn you how to create a Body Mass Index Calculator for Android.

Formula :- float bmi = weightValue / (heightValue * heightValue)

Copy & Paste Code From Here :- https://gist.github.com/amogh9594/4acbf6e7bbc1380801a55a0cb8025d24

Top comments (0)