This project is a simple React Native application created using Expo. The primary focus is to implement both tab and stack navigation using the Expo Router. The app includes four basic screens with temporary content to demonstrate navigation functionality.
The app includes the following screens with basic content:
- Home Screen
- Details Screen
- Profile Screen
- Settings Screen
The navigation structure is as follows:
- Notes Tab
- Stack with Home Screen and Details Screen
- Profile Tab
- Stack with Profile Screen and Settings Screen
Create the appropriate file-based routing using _layout.js files to achieve the navigation structure.
Basic parameters are passed between screens to demonstrate data transfer within the app.