@kross77/rn-block
v1.0.0
Published
Contains the styled component view for react-native. Simplify layout, and move a lot props from css to react view components
Downloads
3
Readme
@kit/rn-block
Contains the styled component view for react-native. Simplify layouting, and move a lot props from css to react view components
Install
npm install --save @kit/rn-block
Usage
import * as React from 'react'
import MyComponent from '@kit/rn-block'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © kross77