Skip to content

Instantly share code, notes, and snippets.

View mitchhankins01's full-sized avatar

Mitch Hankins mitchhankins01

  • Denver, Colorado
View GitHub Profile
@mitchhankins01
mitchhankins01 / cloudSettings
Last active August 30, 2018 00:09
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-30T18:10:04.539Z","extensionVersion":"v3.0.0", "gen":"72a3e59aafd8471db1203a06caccb111eb65a04e"}
@mitchhankins01
mitchhankins01 / animatable actionbar
Created November 25, 2017 18:10
animatable actionbar
import React, { Component } from 'react';
import { View } from 'react-native';
import { Icon } from 'react-native-elements';
import * as Animatable from 'react-native-animatable';
class ActionBar extends Component {
constructor(props) {
super(props);
this.state = {};
}