import { Image, StyleSheet, Text, View } from 'react-native' import React from 'react' import images from '../assets/images/images' const PROFILE_SIZE = 128 const ProfilePage = (props) => { const { navigation, route, name, profileQuote, metrics } = props return ( Semina Gurung The reason behind their disappointment is that iPhone users have been.. ) } export default ProfilePage const styles = StyleSheet.create({ profileContainer: { }, profileImageContainer: { paddingVertical: 16, alignItems: 'center' }, profileImage: { borderRadius: PROFILE_SIZE, height: PROFILE_SIZE, width: PROFILE_SIZE } })