Setting Up Navigation
Step-1
npm install @react-navigation/native
step-2
npx expo install react-native-screens react-native-safe-area-context
step -3
npm install @react-navigation/native-stack
Step- 4
Add these in app .js
import { StatusBar } from "expo-status-bar";
im...
mrboom.hashnode.dev1 min read