React Native Simple ListView Component Android Example. Today we will see how to use ListView in react native android application and apply set onPress event on ListView to get value from selected list item. In this example we are going to create simple ListView layout, where we will display hard coded values from state and when user click on any of these list items, then it will display selected item in alert dialog box.