In my scenario, I am having separate class for example page1
, page2
and page3
. Here, I need to call Page1 button click to Page 2 without navigation the transition
like sudden appear popup screen. How to achieve this?
Below code I am using,
<TouchableOpacity onPress={() => { // Here I need to call Page 2 }}>