chore: use eslint-config-callstack-io (#250)

This commit is contained in:
Michał Pierzchała
2018-02-26 13:17:25 +01:00
committed by Satyajit Sahoo
parent 58f2e0f49d
commit 3e1cfa8e93
21 changed files with 320 additions and 348 deletions

View File

@@ -1,7 +1,6 @@
/* @flow */
import * as React from 'react';
import PropTypes from 'prop-types';
import { ScrollView, StyleSheet } from 'react-native';
import { TextInput, withTheme } from 'react-native-paper';
import type { Theme } from 'react-native-paper/types';
@@ -16,9 +15,6 @@ type State = {
class TextInputExample extends React.Component<Props, State> {
static title = 'TextInput';
static propTypes = {
theme: PropTypes.object.isRequired,
};
state = {
text: '',