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 'reactnative';
export default function AssetExample
return
;
const styles StyleSheet.create
container:
alignItems: 'center',
justifyContent: 'center',
padding:
backgroundColor: #ecff
borderColor: #ecff
logo:
height:
width:
marginBottom:
;
This line of code says "Cannot find file assetsDesigner CopilotPOG pngDependencies":
How can I fix this?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
