Giving an error while I'm using import { Ionicons } from '@expo/vector-icons'; – React native
the code is not showing an error: import { View, SafeAreaView, Image, TextInput, Button, Text, StyleSheet } from "react-native"; import { IonIcon } from '@ionic/react'; import { addOutline } from 'ionicons/icons'; export default function signIn(){ const UI = ( <SafeAreaView…