React NATIVE Tutorial Part-1
Jan 22, 2024 · 2 min read · 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: ...
Join discussion