Package
Version
0.323.0
Browser
Operating system
Description
Hello,
when I'm importing the facebook icon I get this:
'Facebook' is deprecated.ts(6385)
lucide-react-native.d.ts(6509, 4): The declaration was marked as deprecated here.
Steps to reproduce
import { Facebook } from "lucide-react-native";
export default function Page() {
return (
<View className="h-full w-full px-2 py-10">
<Text className="text-4xl text-gray-900 font-bold">Links</Text>
<View className="mt-5">
<Facebook color="#61A2EB" size={28} />
</View>
</View>
);
}
Checklist
Package
Version
0.323.0
Browser
Operating system
Description
Hello,
when I'm importing the facebook icon I get this:
Steps to reproduce
Checklist