Skip to content

Instantly share code, notes, and snippets.

View lmichailian's full-sized avatar
🏠
Working from home

Lucas Michailian lmichailian

🏠
Working from home
View GitHub Profile
@mariano-aguero
mariano-aguero / logger.js
Last active February 28, 2018 14:00
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;
@maotora
maotora / DeviceForm.js
Created September 2, 2017 09:26
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,