React native – Same content displayed on multiple pages
I'm working on a React Native project using Expo Router, and I've encountered an issue where the same content from my notifications.tsx page is appearing on multiple other pages like accountPrivacy.tsx, security.tsx, and appPermissions.tsx. Each page should have its own…