Fix linting and typo

This commit is contained in:
Brent Vatne
2018-10-31 19:23:44 -07:00
parent bb25e7ee79
commit ab20beddea
5 changed files with 12 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import { Button, ScrollView, StatusBar } from 'react-native';
import { Button, StatusBar } from 'react-native';
import { SafeAreaView } from '@react-navigation/native';
import { createStackNavigator } from 'react-navigation-stack';