Skip to content

Instantly share code, notes, and snippets.

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

Maotora ᕙ(⇀‸↼‶)ᕗ maotora

🏠
Working from home
View GitHub Profile
@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,