UNPKG

@aashu-dubey/react-native-rating-bar

Version:

A React Native component for generating and displaying interactive Tap or Swipe enabled Ratings.

12 lines (11 loc) 273 B
"use strict"; import { StyleSheet } from 'react-native'; export const elementStyle = itemSize => StyleSheet.create({ container: { width: itemSize, height: itemSize, justifyContent: 'center', alignItems: 'center' } }); //# sourceMappingURL=styles.js.map