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