Question: How does the web version work?
prasanthsd opened this issue · 1 comments
prasanthsd commented
Hi,
I see that React native for web is not added to the dependencies. How does the web version work in this starter kit? Are there any documentation?
mcnamee commented
Hi @prasanthsd
Only the documentation linked from the README.md
Essentially it simply combines an ejected create-react-app along with create-react-native-app in the same repo, so that they can share business logic, constants, assets etc, whilst being able to write platform specific view layers (i.e. use SCSS, Bootstrap,
's 's etc for web and pure React Native code for native mobile).