import * as React from 'react'; import { ActivityIndicator, Button, InteractionManager, WebView, View, } from 'react-native'; import { MapView } from 'expo'; import { createStackNavigator, StackGestureContext, } from 'react-navigation-stack'; import { NativeViewGestureHandler } from 'react-native-gesture-handler'; const IndexScreen = ({ navigation }) => (