stack navigator header left container style code example
Example 1: react navigation stack
npm install @react-navigation/native
npm install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
Example 2: stack navigation button
onPress={() => navigation.navigate('Item Detail')}