spencercarli / react-native-meteor-boilerplate

MIT License
628 stars 139 forks source link

Is it possible to use same code for mobile and web and what I need to do. #89

Closed tigran1984 closed 6 years ago

spencercarli commented 6 years ago

A client has the following structure:

They then have a script that copies everything from shared to the mobile and web directories (I'm not sure how that script works). They use react-native-web to write cross platform code. It works, but not very well.