Skip to content

Instantly share code, notes, and snippets.

import React, { useState, useEffect } from "react";
import {
StyleSheet,
View,
Text,
TextInput,
TouchableOpacity,
FlatList,
} from "react-native";
import DrawerButton from "../drawer/drawerButton";
import React, { useState, useEffect } from "react";
import { StyleSheet, View, Text, FlatList } from "react-native";
import { WebView } from "react-native-webview";
import { db, auth } from "../api/FirebaseApi";
export default function Videos() {
const [contents, setContent] = useState("");
const [user, currentuser] = useState("");
useEffect(() => {