<Link
to={{
pathname: "/studentDetails",
state: {
selectedStudent: studentsData,
},
}}
>
{basicData.studentName}
</Link>
在上面的代码中,它是在 react.js 中使用 react-router-dom 发送带有链接的对象的示例。目前我正在开发一个 react native 应用程序,为此,我使用 react-router-native( https://reactrouter.com/native/guides/quick-start ) 作为我的路由器。以及如何在本机反应中使用此 NPM 包传递带有链接的对象