Notifications view improvement and some cleaning
This commit is contained in:
@@ -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('');
|
||||
|
||||
Reference in New Issue
Block a user