import React from 'react'; import {View, Text, Image, Pressable} from 'react-native'; import tw from 'tailwind-react-native-classnames'; import linkIcon from '../../../assets/icons/link.png'; export default function Links({links}) { return ( لینک ها {links.map((link, i) => ( {link} ))} ); }