Skip to content

Instantly share code, notes, and snippets.

View lmichailian's full-sized avatar
🏠
Working from tree house

Lucas Michailian lmichailian

🏠
Working from tree house
View GitHub Profile
@lmichailian
lmichailian / logger.js
Created February 28, 2018 14:00 — forked from mariano-aguero/logger.js
Papertrail Winston
'use strict';
/* global __base */
let winston = require('winston'),
path = require('path'),
utils = require(__base + 'app/helpers/utils'),
util = require('util');
//winston logging for papertrail
require('winston-papertrail').Papertrail;
@lmichailian
lmichailian / DeviceForm.js
Created February 20, 2018 20:32 — forked from maotora/DeviceForm.js
Intergrating native-base styled components & redux-form.
import React, { Component } from 'react';
import { Grid, Col, Row } from 'react-native-easy-grid';
import * as renders from './renderedComponents';
import { Field, reduxForm } from 'redux-form';
import normalizePhone from './normalizePhone';
import { createRouter, withNavigation } from '@exponent/ex-navigation';
import {
Container,
Header,
Title,