mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
Delete some unnecessary noise
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* */
|
||||
/* eslint no-shadow:0, react/no-multi-comp:0, react/display-name:0 */
|
||||
|
||||
import React from 'react';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* */
|
||||
/* eslint react/display-name:0 */
|
||||
|
||||
import React from 'react';
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* */
|
||||
|
||||
import { Component } from 'react';
|
||||
import createConfigGetter from '../createConfigGetter';
|
||||
import addNavigationHelpers from '../../addNavigationHelpers';
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
/* */
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import validateRouteConfigMap from '../validateRouteConfigMap';
|
||||
|
||||
import StackRouter from '../StackRouter';
|
||||
|
||||
const ListScreen = () => <div />;
|
||||
|
||||
Reference in New Issue
Block a user