1.0.1 • Published 5 years ago

styled-sheet v1.0.1

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

StyledSheet

React Native's StyleSheet API that lets you use props just like styled-components does.

contributions welcome npm version

import StyledSheet from 'styled-sheet';


const View = StyledSheet.View({
  backgroundColor: props => props.backgroundColor
});


<View backgroundColor="blue">
  <Text>Hey</Text>
</View>
1.0.1

5 years ago

1.0.0

5 years ago