mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 10:28:13 +08:00
chore: use eslint-config-callstack-io (#250)
This commit is contained in:
committed by
Satyajit Sahoo
parent
58f2e0f49d
commit
3e1cfa8e93
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user