Remove obsolete Expo import

This commit is contained in:
Stanisław Chmiela
2018-10-15 13:38:53 +02:00
parent 63c02b9d34
commit 01ebe0f0ed

View File

@@ -1,4 +1,4 @@
import Expo, { Linking, WebBrowser } from 'expo';
import { Linking, WebBrowser } from 'expo';
import React from 'react';
import { Button, StyleSheet, Text, View } from 'react-native';