This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React,{useState,useEffect} from 'react'; | |
import {View,Text,StyleSheet,TouchableOpacity,ScrollView,Image,Alert} from 'react-native'; | |
import Constants from 'expo-constants'; | |
import {Feather as Icon} from '@expo/vector-icons'; | |
import {useNavigation, useRoute} from '@react-navigation/native'; | |
import MapView,{Marker} from 'react-native-maps'; | |
import {SvgUri} from 'react-native-svg'; | |
import api from '../../services/api'; | |
import * as Location from 'expo-location'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\> docker-machine create GoStackVM --virtualbox-no-vtx-check | |
Running pre-create checks... | |
Creating machine... | |
(GoStackVM) Copying C:\Users\austr\.docker\machine\cache\boot2docker.iso to C:\Users\austr\.docker\machine\machines\GoStackVM\boot2docker.iso... | |
(GoStackVM) Creating VirtualBox VM... | |
(GoStackVM) Creating SSH key... | |
(GoStackVM) Starting the VM... | |
(GoStackVM) Check network to re-create if needed... | |
(GoStackVM) Windows might ask for the permission to create a network adapter. Sometimes, such confirmation window is minimized in the taskbar. | |
(GoStackVM) Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter #2" |