@ggmdev/react-native-rating-bar
Version:
A React Native component for generating and displaying interactive Tap or Swipe enabled Ratings.
17 lines (16 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.elementStyle = void 0;
var _reactNative = require("react-native");
const elementStyle = itemSize => _reactNative.StyleSheet.create({
container: {
width: itemSize,
height: itemSize,
justifyContent: 'center',
alignItems: 'center'
}
});
exports.elementStyle = elementStyle;
//# sourceMappingURL=styles.js.map