navigateアクセスできない問題を修正

This commit is contained in:
harukin-expo-dev-env 2024-04-01 12:40:01 +00:00
parent 59880ddbc1
commit de172e9a39

View File

@ -134,7 +134,7 @@ export default function Setting(props) {
headerShown: false,
}}
>
{(props) => <FavoriteSettings {...props} />}
{(props) => <FavoriteSettings {...props} navigate={navigate} />}
</Stack.Screen>
</Stack.Navigator>
);