View Square3.js
import React from 'react'; | |
// Se Agrega StyleSheet | |
// | | |
// | | |
// V | |
import { TouchableOpacity,Text,StyleSheet } from 'react-native'; | |
function Square(props) { | |
return ( | |
// Primera manera de poner estilo, Objeto externo | |
// | |