SafeAreaView in React Native
Introduction ->
SafeAreaView is a built in component provided by react native ,which helps to render content within safe boundaries of device.
How it works?
SafeAreaView only gives padding to our component so that it can be rendered effectively.
Note...
jatinrawat.hashnode.dev1 min read