We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acc650 commit 2f3b1c8Copy full SHA for 2f3b1c8
docs/modal.md
@@ -42,7 +42,7 @@ const RootStack = createStackNavigator();
42
function MainStackScreen() {
43
return (
44
<MainStack.Navigator>
45
- <MainStak.Screen
+ <MainStack.Screen
46
name="Home"
47
component={HomeScreen}
48
options={({ navigation }) => ({
@@ -56,7 +56,7 @@ function MainStackScreen() {
56
/* the rest of this config is unchanged */
57
})}
58
/>
59
- <MainStak.Screen name="Details" component={DetailsScreen} />
+ <MainStack.Screen name="Details" component={DetailsScreen} />
60
</MainStack.Navigator>
61
);
62
}
0 commit comments