import * as WebBrowser from 'expo-web-browser'; import * as React from 'react'; import { Div, Button, Image, Text, Avatar, Icon } from 'react-native-magnus'; import { ScrollView } from 'react-native-gesture-handler'; export default function CommentItem({ info }) { const imgs = info.img ? info.img.split(',') : []; const imageSize = imgs.length > 1 ? 80 : 167; return (