Using Passwords to Navigate Screens
问题 I am doing a react native + firebase app. At the moment, I am struggling to make a message pop up asking for a certain password whenever I press one of the page routers. I have 3 pages nested in an StackNavigator at App.js . As you can see on the following code, I have 3 routers to those pages (which are HelderScreen.js , LolsScreen.js and AthleanScreen.js ). Whenever I click on these routers, I want a message pop up to ask for a unique password to each of those routers. This is my Home.js