Using a react native library in react web

Hello,

Is it possible to use a react native library in react web?
Mainly I mean reactnavigation.org

thanks

Here is some information. I usually use React Router for my web stuff.

In general, if they’ve made their package specific to RN, then it’s not going to work on regular React. It means they are probably using some RN components or some mobile specific API. But usually there will be something comparable for web and vice versa.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.