Fix lint error

This commit is contained in:
Brent Vatne
2018-11-30 12:48:38 -08:00
parent 0f123b590b
commit 7ea8f84400

View File

@@ -1,15 +1,8 @@
import React, { Component } from 'react';
import React from 'react';
import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
import { createStackNavigator } from 'react-navigation-stack';
import { createAppContainer } from '@react-navigation/native';
import {
Platform,
StyleSheet,
Text,
TouchableOpacity,
View,
} from 'react-native';
class ScreenOne extends React.Component {
componentDidMount() {
this._timer = setTimeout(() => {