tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
components: no tamagui here
Eli Mallon
6 months ago
3d89e6ff
73842301
+1
-1
1 changed file
expand all
collapse all
unified
split
js
app
components
mobile
report-modal.tsx
+1
-1
js/app/components/mobile/report-modal.tsx
···
12
useSubmitReport,
13
zero,
14
} from "@streamplace/components";
15
-
import { CheckCircle, Circle, Loader2 } from "@tamagui/lucide-icons";
16
import React, { useState } from "react";
17
import { TouchableOpacity, View } from "react-native";
18
···
12
useSubmitReport,
13
zero,
14
} from "@streamplace/components";
15
+
import { CheckCircle, Circle, Loader2 } from "lucide-react-native";
16
import React, { useState } from "react";
17
import { TouchableOpacity, View } from "react-native";
18