I used react native web with my react native app
Can I have same react native and react native web code in the same place?
currently, my mobile code in src\mobile as you can see here: https://github.com/amorenew/LifeMaster/tree/master/src
I found this library very helpful
https://github.com/react-everywhere/re-start/tree/react-16
It has a template which builds your repo for web, mobile, desktop electron in just one simple command
react-native init yourProjectName --template re-start