search-box icon indicating copy to clipboard operation
search-box copied to clipboard

Example app for article: Share Code between React and React Native Apps

#Search Box

This repo contains the code for the Medium tutorial

##Code Reuse using Higher Order (HOC) and Stateless Functional Components in React and React Native

The main branches are:

###master contains the final, refactored applications and reusable components

base-line-apps

Contains README details for bootstrapping and building the initial React/web and React Native/mobile color search apps.

###refactorings Contains README details and incremental refactorings to prepare components for reuse in a second set of applications.