Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body:
- double-back-to-close
- package-info
- no-screenshot
- firebase-crashlytics
validations:
required: true

Expand Down
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
- "package-info"
"package: no_screenshot":
- "no-screenshot"
"package: firebase_crashlytics":
- "firebase-crashlytics"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Public assets, issues, bugs 🐞 report for NativePHP mobile plugins
## Free Packages

| Package | Description | Source code | Package link |
| ------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| ------------------------- |-------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Package Info | Provides an API for querying information about an application package. | [GitHub](https://github.com/codingwithrk/package-info) | [NativePHP](https://nativephp.com/plugins/codingwithrk/package-info) |
| 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) |

## Reporting Issues

Expand Down