#reactjs
Read more stories on Hashnode
Articles with this tag
Day-11 react-native · Documentation Redux-Toolkit AppNavigator.js import {StyleSheet, Text, View} from 'react-native'; import React from 'react'; import...
Day-10 · App.js import {Button, StyleSheet, Text, View} from 'react-native'; import React, {useContext} from 'react'; import...
Day-10 (Stack, Bottom Tab Bar , drawer navigation ) react-native · AppAllStack.tsx import React from 'react'; import {NavigationContainer} from...
day-9 · Documentation https://reactnavigation.org/docs/bottom-tab-navigator import {createBottomTabNavigator} from...
Day-8 react-native · Working In progress index.js import { View, Text, StyleSheet, Image, Pressable } from "react-native"; import React from...
Day-6 · Documentation React-navigation App.tsx import {View, Text, SafeAreaView, ScrollView, StatusBar} from 'react-native'; import React from...