Skip to content

Instantly share code, notes, and snippets.

View filippobarcellos's full-sized avatar

Filippo Barcellos filippobarcellos

  • Manchester - UK
View GitHub Profile
@filippobarcellos
filippobarcellos / button.tsx
Created April 11, 2024 15:44 — forked from dmathisen/button.tsx
React Native generic button component
import React from 'react';
import {
Pressable,
PressableProps,
StyleProp,
StyleSheet,
Text,
TextStyle,
ViewStyle,
useColorScheme
@filippobarcellos
filippobarcellos / README-Template.md
Last active June 27, 2020 09:40 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites