RHRejawanul Haqueinrejawanul.hashnode.dev·Feb 2, 2024 · 1 min readCSS Stuff in React NativeIn this particular lesson, You will run How to use 'styled-components'. Styled components are too important for those, whose are want to make their app nicer. It converts the app to user-friendly. HOW TO INSTALL npm install -s styled-components N.B:...00
RHRejawanul Haqueinrejawanul.hashnode.dev·Jan 22, 2024 · 2 min readReact NATIVE Tutorial Part-1Here, 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: ...00