5. React Native App: Dynamic Hello World with Color Scheme Detection
I recommend going through the previous blogs of this Series: https://maroofs.hashnode.dev/series/react-native-development
Styling into Components :
import React from "react";
import {
View,
Text,
StyleSheet,
useColorScheme
} from "re...
maroofs.hashnode.dev3 min read