Here, I am starting the ReactNative to build a Mobile Application.
Here in this SS, ( I am explaining line by line )
Line 1: Here I import React from the library of "react".
Line 3: Here I import some components( View, Text & SafeAreaView ).
Line 5: ...