Zeeshan Mukhtarzeeshanmukhtar1.hashnode.dev·Dec 6, 2024A Beginner's Guide to React Native: Building Cross-Platform Mobile AppsIf you've ever dreamed of creating mobile apps that work on both Android and iOS without needing two separate codebases, you're in the right place! React Native makes this possible. This guide is your perfect starting point to understand the basics, ...30 readsBeginner's Guide to React Native
Rejawanul Haquerejawanul.hashnode.dev·Jan 22, 2024React 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: ...what is view component
Kamya jainkamyajain14.hashnode.dev·Feb 5, 2023React Native ComponentsIntroduction To start with react-native, there are a few essential components a newbie needs to learn. Some of them are - View, Text, Image, ScrollView, and TextInput. Let's learn them one by one : View - The View component in React Native is a conta...12 likes·147 readsReact Native