File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const App = () => {
8585 />
8686 < Stack . Screen name = "Redux" component = { ReduxScreen } />
8787 < Stack . Screen name = "EndToEndTests" component = { EndToEndTestsScreen } />
88- < Stack . Screen name = "EmpowerPlant " component = { EmpowerPlant } />
88+ < Stack . Screen name = "Products " component = { EmpowerPlant } />
8989 < Stack . Screen name = "Cart" component = { CartScreen } />
9090 < Stack . Screen name = "Checkout" component = { CheckoutScreen } />
9191 </ Stack . Navigator >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ const HomeScreen = (props: Props) => {
157157 < View style = { styles . buttonArea } >
158158 < TouchableOpacity
159159 onPress = { ( ) => {
160- props . navigation . navigate ( 'EmpowerPlant ' ) ;
160+ props . navigation . navigate ( 'Products ' ) ;
161161 } } >
162162 < Text style = { styles . buttonText } > Empower Plant</ Text >
163163 </ TouchableOpacity >
You can’t perform that action at this time.
0 commit comments