Problem
Design and develop a React native application for the following program given below. The student name (String), age (number) and gender (Boolean) should be input by the user. The submit button should be disabled if any of the fields are empty. After submission, it should be added to the listView below. The Reset button should remove all the items from the listView.