mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 10:28:13 +08:00
chore: setup prettier
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user