location-menu #5

Merged
whysman merged 26 commits from location-menu into master 2025-03-30 01:56:40 +00:00
3 changed files with 3 additions and 7 deletions
Showing only changes of commit c2d173a4ba - Show all commits

View File

@ -1,7 +1,6 @@
import React from 'react';
import {View, Text } from "react-native";
import { useTheme } from "react-native-paper";
import { Helmet } from 'react-helmet-async'
import Profile from "@/components/Profile";
import Status from "@/components/Status";
import TopNav from "@/components/TopNav";

View File

@ -1,9 +1,6 @@
import { Button, TextInput, Dialog, Portal, Avatar, useTheme, Text } from "react-native-paper";
import { Dialog, Portal, useTheme } from "react-native-paper";
import React, {useEffect} from "react";
import themes from '@/assets/themes';
interface LocationProps {
visible: boolean;
}

View File

@ -1,5 +1,5 @@
import {Appbar, Portal, Button, Dialog, Menu, Text, useTheme} from "react-native-paper";
import {Animated, Image, useColorScheme, View} from "react-native";
import {Appbar, Portal, Button, Dialog, Menu, useTheme} from "react-native-paper";
import {Image, useColorScheme, View} from "react-native";
import React, {useState} from "react";
import styles from "@/assets/styles";
import About from "@/components/About";