UNPKG

@ggmdev/react-native-rating-bar

Version:

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

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