I am using ListView, each Item of ListView is TouchableOpacity component. onPress I need to navigate to another page. So onPress method I call _navigator(). But when I press on Item (TouchableOpacity element) its hangs on several seconds about 4-5s. Here an example of my code.
http://stackoverflow.com/questions/40770420/touchableopacity-hangs-inside-listview-when-i-am-using-navigation-in-onpress-met
Here short version of my cod jsfiddle.net/eczdpw1y
Thank you