#react-native
Read more stories on Hashnode
Articles with this tag
Certainly! Below is a simple documentation for the provided React Native counter app: React Native Counter App Documentation Overview This is a...
Use state is used to update any value or state in the code. If we write Swastik in the string and we want to change the string when we will click the...
Button is the most important part in react native For using button we have to use single line <Button title="Press" /> ex: import React from 'react';...
View, Text, Button ยท In React Native for writing text we have to use Text tag ex:<Text>HELLO</TEXT> Like all other tags, we have to use import React from...