I am trying to setup global styles in react-native. I have imported
import {injectGlobal} from 'styled-components';
and have
class XoxoContainer extends Component { render() { return <Xoxo {...this.props} /> } } injectGlobal` font-family: '20' `; But I keep getting styledComponents.injectGlobals is not a function. in the console.