How to do a full screen Linear Gradient in React Native

Опубликовано: 31 Май 2026
на канале: Jonas Grøndahl Petersen
14,423
121

In this video, I'll show how we can make a fullscreen linear gradient component and setup react navigation so we can see the whole gradient across our screens.

This is not a use case you'll likely to face but in a recent side project, I had to make linear gradient that would show on every screen. What is more likely however is that you might need to hide the background of the header component and I'll also show how to do that in this video.

Check the first part of my previous video to see how to setup react navigation and typescript types (since I skip that part in this one):
   • Persisting state between screens in React ...