Skip to content

Instantly share code, notes, and snippets.

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
// |