[I keep getting the error that says 'string' is not assignable to parameter of type 'never' in react native typescript and I don't know why. Can someone help me fix this bug.
Thank you in advance.]1
code snippet :
const loadReport = (id: string) => { setPostId(id); navigation.navigate('Report', {postId: id});}
I get an underline under 'Report'.