Quantcast
Viewing all articles
Browse latest Browse all 17065

Button click to show another page without navigation using react native

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              }}>

Viewing all articles
Browse latest Browse all 17065

Trending Articles