Skip to content

Commit 574d7dd

Browse files
committed
fixing build error
1 parent b08cf03 commit 574d7dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mobileapp/app/receive.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect, useRef } from "react";
1+
import React, { useState } from "react";
22
import {
33
View,
44
Text,
@@ -9,7 +9,6 @@ import {
99
Platform,
1010
UIManager,
1111
Share,
12-
Animated,
1312
} from "react-native";
1413
import { SafeAreaView } from "react-native-safe-area-context";
1514
import { Ionicons } from "@expo/vector-icons";

0 commit comments

Comments
 (0)