import React from "react"; import {Dialog, TextInput, useTheme} from "react-native-paper"; import {View} from "react-native"; import axios from "axios"; const Location = () => { const theme = useTheme(); return ( ) } export default Location;