Skip to content

Instantly share code, notes, and snippets.

View devheedoo's full-sized avatar
☺️
React + TypeScript

heedo devheedoo

☺️
React + TypeScript
  • Seoul, South Korea
View GitHub Profile
@devheedoo
devheedoo / semantic-commit-messages.md
Created February 17, 2020 02:01 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@devheedoo
devheedoo / React Native Easings
Created November 28, 2019 13:21 — forked from dabit3/React Native Easings
React Native Easing animations
'use strict';
var React = require('react-native');
var {
AppRegistry,
StyleSheet,
Text,
View,
Easing,
Animated,