Skip to content

Instantly share code, notes, and snippets.

View chrisheninger's full-sized avatar
🛠️
Building apps with React-Native

Chris Heninger chrisheninger

🛠️
Building apps with React-Native
View GitHub Profile
@chrisheninger
chrisheninger / gist:f9208ca5f88c3ca3d851ccae536728f8
Last active June 9, 2019 15:46
Matchimals Drag and Drop Components
The code that this gist originally referenced can be viewed at https://github.com/igravitystudios/matchimals.fun
/* Reset `button` styles across browsers */
button {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
user-select: none;
text-decoration: none;
font-family: inherit;
cursor: pointer;
border: none;

Keybase proof

I hereby claim:

  • I am chrisheninger on github.
  • I am chrisheninger (https://keybase.io/chrisheninger) on keybase.
  • I have a public key ASAAf8c4RfekNt5j7LW9LdNLkPU3ag6HfC5LvaMo_pfjfQo

To claim this, I am signing this object:

const unitedStates = {
AK: 'Alaska',
AL: 'Alabama',
AR: 'Arkansas',
AS: 'American Samoa',
AZ: 'Arizona',
CA: 'California',
CO: 'Colorado',
CT: 'Connecticut',
DC: 'District of Columbia',