This project was bootstrapped with Create React Native App Typescript.
- Run
npm install
command to install the dependencies - Run
npm run ios
to run on iOS simulator - Run
npm run android
to run on Android emulator
- ReactNative - The React Native Framework
- CalendarPicker - The Picker used for the calendar
- create-react-app-typescript - The command line utility tool for setting up React project.
├── node_modules # Contains all dependencies
├── android # Android Project
├── ios # iOS Project
├── src # Source files majorly in Typescript
│ ├── components # all components.
│ ├── styles # Contains styles for pages and shared components
│ └── ... # etc.
└── README.md
└── ...