Can we share code between react webapp and react native app and is react-native production ready

后端 未结 10 1323
终归单人心
终归单人心 2021-02-01 07:11

We have a stable version of a widget developed with reactjs. We would like to develop mobile version of the same. Is it better to develop with react native and share the code ac

10条回答
  •  猫巷女王i
    2021-02-01 07:28

    Nowadays there is a tool called react-native-web which lets you share code between web and mobile.

    Read more: https://www.smashingmagazine.com/2016/08/a-glimpse-into-the-future-with-react-native-for-web/

    Repo: https://github.com/necolas/react-native-web

提交回复
热议问题