ファイルの分離、整理

This commit is contained in:
harukin-expo-dev-env
2024-08-30 06:13:26 +00:00
parent 76c8bb8486
commit 820623f2ce
5 changed files with 139 additions and 51 deletions

View File

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