UNPKG

react-native-taqweem

Version:

**A dual calendar component (Hijri + Gregorian) for React Native** — minimal, customizable, and theme-ready. Perfect for apps needing culturally-aware calendars, Islamic date pickers, or just modern UX flexibility.

92 lines (91 loc) 2.33 kB
{ "name": "react-native-taqweem", "version": "2.2.0", "description": "**A dual calendar component (Hijri + Gregorian) for React Native** — minimal, customizable, and theme-ready. \r Perfect for apps needing culturally-aware calendars, Islamic date pickers, or just modern UX flexibility.", "main": "./lib\\module\\index.js", "scripts": { "prepare": "bob build" }, "keywords": [ "react-native", "calendar", "hijri-calendar", "gregorian-gregorian", "react-native-calendars", "moment", "moment-hijri", "umm-ul-qura" ], "author": { "name": "Mohammed Abdul Jawad Vajeeh", "email": "jawadvajeeh@gmail.com", "url": "https://jawadvajeeh.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jawadvajeeh/react-native-taqweem.git" }, "readmeFilename": "README.md", "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native/babel-preset": "0.79.1", "@react-native/eslint-config": "0.79.1", "@react-native/metro-config": "0.79.1", "@react-native/typescript-config": "0.79.1", "@types/jest": "^29.5.13", "@types/moment-hijri": "^2.1.4", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0", "babel-plugin-module-resolver": "^5.0.2", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react": "^19.1.0", "react-native": "^0.79.1", "react-native-builder-bob": "^0.40.6", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.77.0" }, "exports": { ".": { "types": "./lib\\typescript\\src\\index.d.ts", "default": "./lib\\module\\index.js" }, "./package.json": "./package.json" }, "source": "./src\\index.ts", "types": "./lib\\typescript\\src\\index.d.ts", "files": [ "src", "lib", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], "typescript" ] }, "eslintIgnore": [ "node_modules/", "lib/" ], "dependencies": { "moment-hijri": "^3.0.0" } }