my liked music
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useEffect, useContext } from "reactn";
|
||||
import { View } from "react-native";
|
||||
import React, { useContext, useEffect } from "reactn";
|
||||
|
||||
import firebase, { usersRef } from "../config/firebase";
|
||||
import { Routes } from "../navigation";
|
||||
@@ -7,8 +7,6 @@ import { Routes } from "../navigation";
|
||||
import { SplashAnimationContext } from "../providers/SplashAnimationProvider";
|
||||
import { UserDataContext } from "../providers/UserDataProvider";
|
||||
|
||||
import { isDesktop, isWeb } from "../hooks/useLayoutType";
|
||||
|
||||
export default ({ navigation }) => {
|
||||
const { setCurrentUserData } = useContext(UserDataContext);
|
||||
const { setIsFullyLoaded } = useContext(SplashAnimationContext);
|
||||
|
||||
Reference in New Issue
Block a user