https://github.com/flanker/ahead-cal-ios
Ahead Cal - iOS App
https://github.com/flanker/ahead-cal-ios
calendar expo ios-app react-native
Last synced: 2 months ago
JSON representation
Ahead Cal - iOS App
- Host: GitHub
- URL: https://github.com/flanker/ahead-cal-ios
- Owner: flanker
- Created: 2024-12-28T04:19:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T14:07:11.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:17:35.835Z (over 1 year ago)
- Topics: calendar, expo, ios-app, react-native
- Language: TypeScript
- Homepage: https://aheadcal.com/
- Size: 517 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ahead-cal ios
An iOS React Native calendar app with widget support.
## Development
```bash
npm install
npm start
```
## Run
```bash
npm run ios --device # iOS device
```
## Build
```bash
npm run prebuild # iOS prebuild
```
## Tech Stack
- React Native + Expo
- Expo Router (file-based routing)
- expo-calendar (native calendar integration)
- dayjs (date manipulation)