This is a simple React Native application built using Expo, showcasing a date and time picker functionality. The app includes a home screen with customized top bar styling and buttons to display date and time pickers.
- Date and Time Picker: Easily select and display date and time using a clean and intuitive interface.
- Customized Top Bar: A stylish top bar with customizable title and header styling.
- Responsive Layout: Well-organized and responsive layout to enhance user experience.
- Clone the repository:
git clone https://github.com/Alazar42/Time-Picker.git
- Install the dependencies:
npm install
- Start the Expo development server:
npx expo start
- Press the "Show date picker!" button to display the date picker.
- Press the "Show time picker!" button to display the time picker.
- The selected date and time will be displayed on the screen.
This project is licensed under the MIT License. See the LICENSE file for details.
This description provides an overview of the project's features, installation steps, usage instructions, and licensing information. You can customize the repository URL and any other details as needed.


