A simple React Native application that allows users to select a product, enter a pincode, and receive an estimated delivery date.
- Select a product from a predefined list.
- Enter a pincode to estimate delivery date.
- Display the estimated delivery date based on the input pincode.
- Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
- React Native CLI: If you haven't installed it yet, run the following command:
npm install -g react-native-cli