react-native-stars-rating
Version:
react-native stars rating component
29 lines (24 loc) • 507 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});
var _reactNative=require('react-native');exports.default=
_reactNative.StyleSheet.create({
starsWrapper:{
width:20,
height:20,
flexDirection:'row',
position:'relative'},
starLogicalPixel:{
left:-20,
width:10,
height:20,
position:'relative',
backgroundColor:'transparent'},
starIcon:{
fontSize:20,
position:'relative',
color:'#EEB211'},
starFullLogicalPixel:{
left:-20,
width:20,
height:20,
position:'relative',
backgroundColor:'transparent'}});