Fix lint and test

This commit is contained in:
Brent Vatne
2018-10-30 17:56:17 -07:00
committed by satyajit.happy
parent 5ce4cb3ae1
commit b452c953cb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react';
import { Dimensions, StyleSheet } from 'react-native';
import { SceneView } from '@react-navigation/core';
// eslint-disable-next-line import/no-unresolved
import { ScreenContainer } from 'react-native-screens';
import DrawerActions from '../routers/DrawerActions';

View File

@@ -3,7 +3,6 @@
import * as React from 'react';
import { Platform, StyleSheet, View } from 'react-native';
// eslint-disable-next-line import/no-unresolved
import { Screen, screensEnabled } from 'react-native-screens';
type Props = {