Re-utilizing React Native styles with Styled Components
August 21, 2017
Having to refactor some components to use styled-components I felt the urge to reuse some existing styles created to be used with React Native StyleSheet, directly on styled! Let’s assume that: You are migrating a React Native app to use Styled Components. You have a Styles object somewhere on…