import React from “react”; import { View, Text, TouchableOpacity } from “react-native”; import PropTypes from ‘prop-types’; export default class CustomText extends React. Component { constructor(props) { super(props); } render() { return ( <TouchableOpacity onPress={this. props.