what is react native and how it works
1. What is React Native? React Native is a JavaScript framework for building mobile apps for Android & iOS . It was developed by Facebook…
letskillsup is the platform to get learn with several technologies like HTML, css, JS, PHP, python, laravel, react, etc. to get skilled in your career.
be aware with the tech to drive the life of IT
1. What is React Native? React Native is a JavaScript framework for building mobile apps for Android & iOS . It was developed by Facebook…
how to work with images in react native The Image component in React Native displays pictures in your app. Images can be: Local images : stored insi…
how to create a react native app Learn how to create a React Native app with our step-by-step guide, perfect for building high-performance, cross-pla…
lets create a react native application with top tab navigation 1 . install expo-cli to create expo apps: npm install -g expo-cli@latest …
let's create tab navigation in React native application 1. install expo-cli to create expo apps: npm install -g expo-cli@latest 2.…
lets create a navigation in react native application using custom components files. 1. install expo-cli to create expo apps: npm insta…
list of basic react native components View The most fundamental component for building a UI. Text A component used for displaying text. Image A comp…
react native conditions import React from 'react' import {View, Text,StyleSheet} from 'react-native' import Constants from 'expo-…
import React,{useState} from 'react' import {View,Text,Image,TextInput} from 'react-native' import Constants from 'expo-constants…
react native state import React,{useState} from 'react' import {View, Text,StyleSheet,Button} from 'react-native'import Constants fro…
constants in react native import React,{useState} from 'react'; import {View, Text,StyleSheet,Button} from 'react-native'; import Co…
import React,{useState} from 'react' import {View,Text,Modal,Button} from 'react-native' import Constants from 'expo-constants…
react native React Native that is also known as RN, is a popular JavaScript-based mobile app framework. It allows you to build natively-rendered mobi…