Sharing codebase between React and React Native (medium.com)
Well, there are some tricks to do it (i.e. react-native-web ), but in any way, you can't say that we are sharing the same code between two platforms since we are just adding a layer to handle it. As w...