const Item = ({data}: {data: IUser}) => ( <View style={{ backgroundColor: '#eeeeee', borderRadius: 10, padding: 20, marginVertical: 8, ...
確定! 回上一頁