1.0.2 • Published 4 years ago

react-native-global-styles v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Status GitHub issues open GitHub Pull Requests License

📝 Table of Contents

🚀 Installation

You can install the package using yarn or npm

npm

npm install react-native-global-styles

yarn

yarn add react-native-global-styles

💡 Usage

import React from 'react'
import GlobalStyles from 'react-native-global-styles'
import Component1 from './Component1'
import Component2 from './Component2'

<GlobalStyles styles={ height: 100, width: 100 }>
    <Component1 />
    <Component2 />
</GlobalStyles>

⛏️ Built Using

  • React - Frontend Library
  • Babel - Use next generation JavaScript, today.

✍️ Authors