Notifications view improvement and some cleaning

This commit is contained in:
Adolfo Reyna
2022-12-11 22:17:58 -05:00
parent 18a37c64c0
commit 90be0f05bb
6 changed files with 52 additions and 45 deletions

View File

@@ -1,10 +1,8 @@
import React, { useEffect } from "react";
import { Searchbar } from 'react-native-paper';
import { View, ScrollView, StyleSheet, SafeAreaView, FlatList } from 'react-native';
import { StyleSheet, SafeAreaView, FlatList } from 'react-native';
import API from "../API";
import UserName from "../components/UserName";
import ProfileCard from "../components/ProfileCard";
import ProfileSmallHeader from '../components/ProfileSmallHeader.js'
const Search = () => {
const [searchQuery, setSearchQuery] = React.useState('');