Question: I put this into snack expo under my 'AssetExample.js ' : import { Text, View, StyleSheet, Image } from 'react - native'; export default function

I put this into snack expo under my 'AssetExample.js':
import { Text, View, StyleSheet, Image } from 'react-native';
export default function AssetExample(){
return (
);
}
const styles = StyleSheet.create({
container: {
alignItems: 'center',
justifyContent: 'center',
padding: 5,
backgroundColor: '#ecf0f1',
borderColor: '#ecf0f1',
},
logo: {
height: 200,
width: 340,
marginBottom:45
}
});
This line of code says "Cannot find file '../assets/Designer -Copilot-POG 1.png'.Dependencies":
How can I fix this?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!