UNPKG

@questlabs/react-native-sdk

Version:
29 lines 824 B
import { StyleSheet } from 'react-native' export const styles = StyleSheet.create({ customRatingMainView:{ flexDirection: "row", flexWrap:"wrap", justifyContent: "center", alignItems: "center", gap: 12, }, numberViewStyle:{ borderRadius: 10, borderWidth: 1, paddingHorizontal: 12, paddingVertical: 12, }, descriptionViewStyle:{ marginTop: 8, flexDirection: "row", justifyContent: "space-between", alignItems: "center", }, // notLikeTextStyle:, perfactTextStyle:{ fontSize: 12, fontWeight: "400", lineHeight: 16, color: "#B9B9B9", }, });