Skip to content

Instantly share code, notes, and snippets.

View ivportilla's full-sized avatar

Ivan Portilla ivportilla

View GitHub Profile
import React from 'react';
import { StyleSheet, View, Text, TextInput } from 'react-native';
import Icon from 'react-native-vector-icons/MaterialIcons';
const styles = StyleSheet.create({
container: {
padding: 10,
},
});
/* ... */
handleMenuOptions(key) {
switch (key) {
case 'expenses-record': {
Actions.Expenses({ type: ActionConst.REPLACE });
this.props.toggleDrawer();
break;
}
case 'vehicles': {
Actions.Vehicles({ type: ActionConst.REPLACE });
@ivportilla
ivportilla / stylesheet.less
Created November 13, 2016 10:43
Operator Mono + FiraCode ligatures in Atom
atom-text-editor {
font-family: "Operator Mono";
font-size: 14px;
font-weight: 400;
line-height: 1.7;
}
.entity.other.attribute-name,
.entity.name.function {