There is a photo of the Eiffel Tower in the Asset folder. I defined the eiffel.jpg image in the login.js file as follows:
const backgroundImage = require(‘../../assets/eiffel.jpg’);
But the background photo appears as “X”.
There is a photo of the Eiffel Tower in the Asset folder. I defined the eiffel.jpg image in the login.js file as follows:
const backgroundImage = require(‘../../assets/eiffel.jpg’);
But the background photo appears as “X”.