navigateアクセスできない問題を修正
This commit is contained in:
parent
59880ddbc1
commit
de172e9a39
@ -134,7 +134,7 @@ export default function Setting(props) {
|
||||
headerShown: false,
|
||||
}}
|
||||
>
|
||||
{(props) => <FavoriteSettings {...props} />}
|
||||
{(props) => <FavoriteSettings {...props} navigate={navigate} />}
|
||||
</Stack.Screen>
|
||||
</Stack.Navigator>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user