import React, { useState, useEffect } from 'react'; import { Text, View, ScrollView, StyleSheet } from 'react-native'; import { FAB, Button, Card, Title, IconButton } from 'react-native-paper'; import API from './../API.js'; import UserName from './UserName.js'; import Media from './Media.js'; let Comment = ({ comment }) => { return (