import styled from 'styled-components';
const Ready = styled.div` // or styled(View) in the case of React Native
background-color: '#123456';
const Container = styled.div` // or styled(View) in the case of React Native
const ReactOrReactNative = () => (