Skip to content

Instantly share code, notes, and snippets.

View thomasvm's full-sized avatar

Thomas Van Machelen thomasvm

  • hoplr.com
  • Merelbeke
View GitHub Profile
@thomasvm
thomasvm / index.android.js
Last active September 27, 2016 12:55
react-native Android modal
/**
* Demostrate how the positioning of a fullscreen modal on Android tablet's can go wrong
*/
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Modal,
Text,
@thomasvm
thomasvm / .bashrc
Created November 3, 2011 16:22
Git shortcuts
#! /bin/sh
alias gs="git status"
alias gc="git commit"
alias gr="git checkout"
alias ga="git add"
alias gl="git lola"