Simply speaking, I have three containers, App.js, Homepage.js, Detail.js
App.js
let Home = createStackNavigator({ HomePage: { screen: HomePage }, D