A timer, with a reset button 😌 quite innovative, huh? Joking aside, the main porpouse of this project was to prove that is possible to share common logic between web and mobile platforms by using HOCs and workspaces.
Very interesting reading about how all of this is tight together here.
Clone the repo
git clone [email protected]:nicolas-amabile/react-hybrid-app.git
Install the dependencies using yarn (Why yarn?)
yarn install
cd web
yarn run start
cd native
yarn run start
Comments are more than welcome! 🎉