chore: setup prettier

This commit is contained in:
Satyajit Sahoo
2017-05-16 21:18:24 +05:30
parent fc1d59e44c
commit ebada8fd6d
55 changed files with 701 additions and 986 deletions

View File

@@ -1,10 +1,7 @@
/* @flow */
import React, { Component } from 'react';
import {
View,
StyleSheet,
} from 'react-native';
import { View, StyleSheet } from 'react-native';
import {
Caption,
Headline,
@@ -14,7 +11,6 @@ import {
} from 'react-native-paper';
export default class TextExample extends Component {
static title = 'Typography';
render() {