rena
v1.0.1
Published
With rena will be easy reuse styles all over, more info coming up
Readme
Rena is for React Native styles
With rena will be easy reuse styles all over, more info coming up
Twitter: Gustavo
Functions:
// example
var rena = require('rena');
rena.create({
view1:{
flex:1,
backgroundColor:'blue'
}
});
var style = rena.styles;
<View style={style.view1.get()}>
<View style={style.view1.get({backgroundColor:'green'})}>
</View>
</View>
