I know that I always need to use <safeAreaView>
to keep my content in the correct place of the screen in iOS.
Even I'm build an app just for Android, seems there isn't problem use <safeAreaView>
, in case of I want to build the same app for the iOS platform.
My question is, am I wrong if I ALWAYS use <safeAreaView>
to wrap all my content? Why would I use <View>
if perhaps in the future I'll have to replace everything with <safeAreaView>
?