From 57fbdc2d4cd0f2c046dccbc9d42e06f6e42f7c2f Mon Sep 17 00:00:00 2001 From: CodingwithRK Date: Wed, 9 Sep 2026 23:38:56 +0400 Subject: [PATCH] Added NativePHP Datetime Picker Package --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/labeler.yml | 4 +++- README.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a917f15..af10149 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -13,6 +13,7 @@ body: - package-info - no-screenshot - firebase-crashlytics + - nativephp-datetime-picker validations: required: true diff --git a/.github/labeler.yml b/.github/labeler.yml index 5074ab2..12c6127 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,4 +5,6 @@ "package: no_screenshot": - "no-screenshot" "package: firebase_crashlytics": - - "firebase-crashlytics" \ No newline at end of file + - "firebase-crashlytics" +"package: nativephp_datetime_picker": + - "nativephp-datetime-picker" \ No newline at end of file diff --git a/README.md b/README.md index 49f6149..9bcae77 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Public assets, issues, bugs 🐞 report for NativePHP mobile plugins | No Screenshot | Prevents screenshots, blocks screen recording and global protection in App-switch state in your mobile app. | [GitHub](https://github.com/codingwithrk/no-screenshot) | [NativePHP](https://nativephp.com/plugins/codingwithrk/no-screenshot) | | Press back twice to close | Prompts users to press back twice before exiting the app. | [GitHub](https://github.com/codingwithrk/double-back-to-close) | [NativePHP](https://nativephp.com/plugins/codingwithrk/double-back-to-close) | | Firebase Crashlytics | Provides integration with Firebase Crashlytics for crash reporting and analytics. | [GitHub](https://github.com/codingwithrk/firebase-crashlytics) | [NativePHP](https://nativephp.com/plugins/codingwithrk/firebase-crashlytics) | +| NativePHP Datetime Picker | Native date, time and datetime picker for NativePHP Mobile. | [GitHub](https://github.com/codingwithrk/nativephp-datetime-picker) | [NativePHP](https://nativephp.com/plugins/codingwithrk/nativephp-datetime-picker) | ## Reporting Issues