I\'m trying to set a full background image on my login view.
I found that question here in Stackoverflow: What\'s the best way to add a full screen background image
Umesh, the answer to your problem is already stated clearly.
The component does not contain any children component. What you need to do is to use the component as this will allow you embed other components inside it making them as children. So in your case you should do something like this
Note: Don't forget to add flex: 1 or width.
I hope my answer was clear enough. Thanks.