+ 1
Why am I getting error 'carItem is declared but it's value is never read'? [Solved]
Here is the code And the first line is what is producing that error despite carItem is defined in App component. >import carItem from "./components/carItem"; export default function App() { return ( <View style={styles.container}> <carItem /> </View> ) }
2 ответов
+ 1
Spentify thank you :)