差分調整2

This commit is contained in:
harukin-expo-dev-env
2024-09-02 15:03:21 +00:00
parent 1fbbc37557
commit c0e156ca7b
4 changed files with 4 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ export function MenuPage() {
<Stack.Screen
name="howto"
options={optionData}
children={(props) => <HowTo {...props} />}
component={HowTo}
/>
</Stack.Navigator>
);