import { View, Text, Platform, Pressable } from "react-native"; import React from "react"; import { connect } from "react-redux"; import Svg, { G, Path } from "react-native-svg"; //style import tw from "tailwind-rn"; import fontSize from "../../../constants/fontSize"; import Colors from "../../../constants/Colors"; const ios = Platform.OS === "ios"; const Trophy = ({theme}) => { return ( {"امتیاز شما" + " " + 14560} مشاهده جوایز ); }; const mapStateToProps = (state) => ({ theme: state.publicApi.theme }); export default connect(mapStateToProps)(Trophy);