Simple template to start project with shared code between react and react-native apps in one solution
First, clone the repo.
$ git clone https://github.com/Brainence/React-Shared-Code-Template.git <yourAppName>
$ cd <yourAppName>Second, install the dependencies.
$ npm installOR
$ yarnTo start WEB solution:
$ npm run webOR
$ yarn webTo start mobile expo:
$ npm run mobileOR
$ yarn mobileTo start android:
$ npm run androidOR
$ yarn androidTo start ios:
$ npm run iosOR
$ yarn iosMIT
