Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating from zo0r/master #4

Open
wants to merge 457 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
457 commits
Select commit Hold shift + click to select a range
0cee8de
Implement groupSummary.
Dallas62 May 28, 2020
d51836f
Merge pull request #1441 from xvonabur/android_timestamp
Dallas62 May 28, 2020
cb7b575
Apply #1185
Dallas62 May 28, 2020
b3f4553
Merge pull request #1155 from solidfox/patch-1
Dallas62 May 28, 2020
3c79f9a
Add showWhen.
Dallas62 May 28, 2020
8372c5f
Add documentation for showWhen.
Dallas62 May 28, 2020
d1dd76c
Cleanup Event listener.
Dallas62 May 30, 2020
c9aae3c
Refactor to preprare version 4.0.0.
Dallas62 May 31, 2020
9f4bac3
Add reference of PR.
Dallas62 May 31, 2020
3e9df6f
Fix typo.
Dallas62 May 31, 2020
94fcadf
Merge pull request #1070 from andrewtremblay-pear/patch-1
Dallas62 May 31, 2020
fc077c6
Fix typo
Dallas62 Jun 3, 2020
4f685aa
Fix Actions when in killed state.
Dallas62 Jun 3, 2020
1db692b
Fix bug with action, only last action was notified.
Dallas62 Jun 3, 2020
8c4a4fc
Fix iOS crash with iOS.
Dallas62 Jun 4, 2020
3ecb5ec
getScheduledLocalNotifications for iOS and android
lukebars Jun 5, 2020
7f0a88b
Merge branch 'dev' of https://github.com/lukebars/react-native-push-n…
lukebars Jun 5, 2020
50da5a5
remove changes in whitespaces
lukebars Jun 5, 2020
3822a9b
whitespaces
lukebars Jun 5, 2020
a74d919
format android getScheduledLocalNotifications return object to match …
lukebars Jun 8, 2020
0e5ad34
change naming of notification params returned on android, return date…
lukebars Jun 8, 2020
e207fa8
add missing getters for notification attributes
lukebars Jun 8, 2020
b62b27b
map scheduled local notifications to united return object for both pl…
lukebars Jun 8, 2020
7c0a381
format date for scheduled notifications object
lukebars Jun 8, 2020
d904712
bump @react-native-community/push-notification-ios to v1.2.1
lukebars Jun 8, 2020
c4865aa
add example button to log scheduled notifications
lukebars Jun 8, 2020
ee9b9b7
add docs
lukebars Jun 8, 2020
1c7a196
"@react-native-community/push-notification-ios": "^1.2.2"
lukebars Jun 9, 2020
89ea506
Merge pull request #1466 from lukebars/master
BorisTacyniak Jun 9, 2020
6bcc2a9
`userInfo` is now populated with id by default to allow operation bas…
Dallas62 Jun 9, 2020
5994754
Add notification id to iOS if userInfo doesn't exist
lukebars Jun 10, 2020
7c5ac1d
Merge pull request #1474 from lukebars/patch-1
Dallas62 Jun 10, 2020
c90fc6e
return a Promise in getScheduledLocalNotifications
lukebars Jun 10, 2020
a5cdcda
updated example/App.js
lukebars Jun 10, 2020
b76a4e4
Merge pull request #1 from lukebars/patch-2
lukebars Jun 10, 2020
cf27897
Fix typo.
Dallas62 Jun 10, 2020
afb5e71
Fix notif reference undefined.
Dallas62 Jun 15, 2020
174ea3c
Allow override the channel name and description in App.
Dallas62 Jun 28, 2020
140273d
Add `onRegistrationError`.
Dallas62 Jun 28, 2020
0bfc74b
Remove WAKE_LOCK from documentation. #1494
Dallas62 Jun 30, 2020
5d7a228
replaced java.util.Random with java.security.SecureRandom in RNPushNo…
Jul 1, 2020
9aa88d6
Create FUNDING.yml
Dallas62 Jul 1, 2020
da34ac1
Fix custom link
Dallas62 Jul 1, 2020
031f10e
Merge pull request #1497 from majirosstefan/number-generator-fix
Dallas62 Jul 2, 2020
f8b5710
Update CHANGELOG.md
Dallas62 Jul 2, 2020
08c996f
Add createChannel helper and @ReactMethod for pre-creating custom And…
aranda-adapptor Jul 6, 2020
a4f93c6
Add message_id to intent extras for local notification integration wi…
aranda-adapptor Jul 6, 2020
ad5f98e
Support empty strings for Android icons to match default background f…
aranda-adapptor Jul 6, 2020
f19d05d
Use SecureRandom and remove `onNotification` call for Scheduled notif…
Dallas62 Jul 6, 2020
faf2440
Release v4.0.0.
Dallas62 Jul 6, 2020
e37552d
Merge branch 'dev'
Dallas62 Jul 6, 2020
86af98d
Bump package.json to 4.0.0
Dallas62 Jul 6, 2020
2816253
Update CHANGELOG.md
Brianop Jul 7, 2020
1b73593
Merge pull request #1508 from Brianop/patch-1
Dallas62 Jul 7, 2020
a5d564e
Fix code getting `createChannel` `vibrate` parameter
aranda-adapptor Jul 7, 2020
57ce995
Update docs for `createChannel`
aranda-adapptor Jul 7, 2020
f876f01
Add docs for `messageId` parameter
aranda-adapptor Jul 7, 2020
ec05c04
Add docs for icon strings
aranda-adapptor Jul 7, 2020
74e9b8b
add data to android notification when scheduling
lukebars Jul 8, 2020
454af8c
"@react-native-community/push-notification-ios": "^1.3.0"
lukebars Jul 8, 2020
579ffb8
reflecting userInfo working on both platforms in documentation and ex…
lukebars Jul 8, 2020
0c828e9
Merge branch 'master' of https://github.com/lukebars/react-native-pus…
lukebars Jul 8, 2020
3e19105
revert changes
lukebars Jul 8, 2020
85952df
populate userInfo with id on both platforms
lukebars Jul 8, 2020
22d8c75
return notification id in onNotification method on iOS
lukebars Jul 8, 2020
3b10362
[ANDROID] Add support for setOnlyAlertOnce property
Jul 9, 2020
e914173
Merge pull request #1511 from Adapptor/icon-empty-strings
Dallas62 Jul 13, 2020
b1f6474
Update README.md
Dallas62 Jul 15, 2020
3e4930d
Merge pull request #1509 from Adapptor/precreate-channels
Dallas62 Jul 16, 2020
8019f42
Merge pull request #1510 from Adapptor/message-id
Dallas62 Jul 16, 2020
a4b4de9
Merge pull request #1519 from adrian-chojecki/master
Dallas62 Jul 16, 2020
8f3f5c7
Update code from recent PR for scheduled notifications
Dallas62 Jul 16, 2020
354e619
Rename `channelDesc` to `channelDescription`.
Dallas62 Jul 16, 2020
5efb44d
Fixed a syntax error
scchess Jul 17, 2020
cac713d
Merge pull request #1543 from student-t/master
Dallas62 Jul 18, 2020
9e84803
align onNotification on both platforms
lukebars Jul 21, 2020
2c12038
[Android] Allow to change default notification channel name after it'…
Dallas62 Jul 22, 2020
7a3866e
Update CHANGELOG.md
Dallas62 Jul 22, 2020
471d3bb
Add tests for channel update. #1549
Dallas62 Jul 22, 2020
30b89c8
Update README.md
Dallas62 Jul 22, 2020
9c34ed6
Update README.md
Dallas62 Jul 22, 2020
9ae2ce5
Fix case of small/large icon null.
Dallas62 Jul 22, 2020
9cc4167
keep notification data from fcm while populating data userInfo
lukebars Jul 27, 2020
d547687
make sure data/userInfo is an object before spreading
lukebars Jul 27, 2020
7589c4a
Apply changes to popInitialNotification.
Dallas62 Jul 27, 2020
271461e
fix popInitialNotification and null pointer
Dallas62 Jul 27, 2020
762f4c0
Fix behaviour of popInitialNotification and onNotification.
Dallas62 Jul 31, 2020
ab8e29f
Merge pull request #1516 from lukebars/patch-3
Dallas62 Aug 3, 2020
1f97855
Release version 5.0.0.
Dallas62 Aug 3, 2020
f42a581
Merge branch 'dev'
Dallas62 Aug 3, 2020
883d062
Update CHANGELOG.md
Dallas62 Aug 3, 2020
bd9aa19
Fix #1578.
Dallas62 Aug 4, 2020
9b90d4d
Add issue details on Changelog.
Dallas62 Aug 4, 2020
2ae30a1
Bump version 5.0.1
Dallas62 Aug 4, 2020
7840574
Change README version format.
Dallas62 Aug 4, 2020
85214ae
Update README.md
vikrantnegi Aug 4, 2020
f3a7760
Merge pull request #1579 from vikrantnegi/master
Dallas62 Aug 4, 2020
2db1e05
Update README.md
Dallas62 Aug 5, 2020
e89f75c
Add support for specifying a delegate/parent FirebaseMessagingService…
james-relyea Aug 10, 2020
acac514
Merge pull request #1589 from ToneItUp/master
Dallas62 Aug 12, 2020
eb538f2
Update CHANGELOG.
Dallas62 Aug 12, 2020
c283ac4
Fix a bug where user interaction is not set.
Dallas62 Aug 12, 2020
c391403
Wrong name of parameter and CHANGELOG.
Dallas62 Aug 12, 2020
ee6a62e
Implement features for #1588.
Dallas62 Aug 16, 2020
4c81b76
Add help about local notifications problems
Scriptonita Aug 25, 2020
9ca18b1
Merge pull request #1613 from Scriptonita/master
Dallas62 Aug 31, 2020
67c5dde
Merge commit '9ca18b1e575f2c71cde4b74a929041e55bec3c78' into dev
Dallas62 Aug 31, 2020
3d769ad
Bump version to 5.1.0.
Dallas62 Aug 31, 2020
7bcbed4
Regroup notification data inside `data` property.
Dallas62 Sep 2, 2020
addd6f5
Add explanation to DO NOT USE `.configure()` INSIDE A COMPONENT, EVEN…
SConaway Sep 4, 2020
bedc8f6
Upgrade iOS library.
Dallas62 Sep 12, 2020
c1880e7
Fix #1641
Dallas62 Sep 14, 2020
20be169
Merge pull request #1630 from SConaway/patch-1
Dallas62 Sep 14, 2020
a99269c
Upgrade to 5.1.1.
Dallas62 Sep 15, 2020
b69f67b
Prepare next release
Dallas62 Sep 19, 2020
a4ba5ba
Revert #744.
Dallas62 Sep 23, 2020
64e2a67
Merge branch 'master' into dev and prepare 6.0.0
Dallas62 Sep 26, 2020
a32a63c
Wrong CHANGELOG.
Dallas62 Sep 26, 2020
a9e3ab8
Prevent this issue #1671.
Dallas62 Sep 28, 2020
7b5f945
Allow to define a default channel in AndroidManifest, useful for fore…
Dallas62 Sep 28, 2020
e80d36a
Fix #1676
Dallas62 Sep 29, 2020
60883d1
Update README.md
Dallas62 Oct 3, 2020
b89eb22
This fixes the vibration feature for notification for Android notific…
Oct 4, 2020
0638367
Update RNPushNotificationHelper.java
Oct 20, 2020
795c64c
Merge pull request #1686 from mineshpatel1/master
Oct 20, 2020
9bfd540
Revert.
Dallas62 Oct 20, 2020
251a3ac
Bump version to 6.1.2
Dallas62 Oct 20, 2020
7d24f9c
Android: silent channel using playSound flag
halaei Nov 8, 2020
f74e38b
Fix a crash when trying to update a channel.
Dallas62 Nov 9, 2020
52fee0e
playSound in readme
halaei Nov 10, 2020
e370aeb
Merge pull request #1736 from halaei/silent-channel
Nov 10, 2020
bc45aa5
Update README.md
jeremybarbet Nov 10, 2020
2f3fac4
Merge pull request #1740 from jeremybarbet/master
Nov 10, 2020
0560544
[other] Reduce npm package size
retyui Nov 10, 2020
f724c36
Merge pull request #1742 from retyui/reduce-npm-size
Nov 10, 2020
c71c470
Replace deprecated methods presentLocalNotification and scheduleLocal…
nbolender Nov 20, 2020
8e89b27
swap cancelAllLocalNotifications for removeAllPendingNotificationRequ…
nbolender Nov 21, 2020
329c277
Update peer dependency
nbolender Nov 22, 2020
353b735
Fix sound, badge, and repeat properties in localNotificationSchedule;…
nbolender Nov 24, 2020
8691920
Update peer dependency; Update cancelLocalNotifications
nbolender Nov 25, 2020
28cf219
Correct parameter
nbolender Nov 25, 2020
a50b87b
Update README.md
Dimon70007 Nov 27, 2020
1402265
Merge pull request #1762 from Dimon70007/patch-1
Nov 27, 2020
f2ffd97
Merge pull request #1751 from nbolender/remove-deprecated-local-notif…
Dec 1, 2020
fa0bd1b
Rename the ReactNative Package.
Dallas62 Dec 2, 2020
b343f50
[Android] notification with inline reply (#612)
lluis-sancho Dec 12, 2020
c12315c
implement 'bigLargeIcon' for Android notifications (#1730)
vanso-hubsi Dec 12, 2020
2e5fa1c
Update CHANGELOG.md
Dallas62 Dec 12, 2020
629c532
Default using drawable as Android small icon
hojason117 Dec 22, 2020
3e87b12
Default using drawable as Android large icon
hojason117 Dec 23, 2020
469c167
Merge pull request #1787 from hojason117/androidDrawableIcon
Dec 23, 2020
3641bf6
Release 7.0.0
Dallas62 Dec 23, 2020
568f25f
Update README.md
Dallas62 Dec 23, 2020
2682658
Update CHANGELOG.md
Dec 23, 2020
21a101f
(fix) deep clone details and notifications
Dec 26, 2020
c052494
[Android] Add hooks to intent handling and bundle parsing
cayleyh Jan 13, 2021
359aeb0
Merge pull request #1819 from cayleyh/intent-handling-hooks
Jan 16, 2021
b8949c2
Update to 7.1.0.
Dallas62 Jan 16, 2021
b555040
Update CHANGELOG.md
Dallas62 Jan 16, 2021
4d43ddb
unsubscribeFromTopic fix
Jan 19, 2021
bf62c62
Merge pull request #1831 from Codelabsys/unsubscribeFromTopicFix
Jan 19, 2021
036b194
Release fix 7.1.1.
Dallas62 Jan 20, 2021
4fa8ac1
Fix npm version.
Dallas62 Jan 20, 2021
1101e84
Handle localization for notification title and body
plus- Jan 20, 2021
8161e1b
Update RNReceivedMessageHandler.java
Jan 24, 2021
a4c6459
Merge pull request #1837 from plus-/master
Jan 24, 2021
e1a3f3d
Bump version 7.2.0
Dallas62 Jan 24, 2021
6d321f4
Better documentation to PushNotificationIOS integration
eyalyoli Feb 1, 2021
ebfebd3
Merge pull request #1 from eyalyoli/eyalyoli-better-readme
eyalyoli Feb 1, 2021
4c1d705
Merge pull request #1845 from eyalyoli/master
Feb 1, 2021
bf4fccb
Remove redundant import statement
vaibhavhrt Feb 3, 2021
3ad9182
Merge pull request #1847 from vaibhavhrt/vaibhavhrt-patch-1
Feb 3, 2021
1f462d8
Upgrade to version 7.2.1.
Dallas62 Feb 11, 2021
1669ce9
Document format of `when:` value
ge0rg Mar 1, 2021
e00c97c
Merge pull request #1897 from ge0rg/master
Mar 1, 2021
4b7e095
Merge pull request #1793 from Stanislavja/master
Mar 3, 2021
a97635e
Fixes #1878
Dallas62 Mar 4, 2021
a9083c8
Merge branch 'master' of github.com:zo0r/react-native-push-notification
Dallas62 Mar 4, 2021
e323504
Missing PR in Changelog.
Dallas62 Mar 4, 2021
bea0e6c
(fix) remove unnecessary imports and extra variables.
Stanislavja Mar 10, 2021
479e41d
Merge pull request #1905 from Stanislavja/master
Mar 10, 2021
6ed3d13
Document `data` in getScheduledLocalNotifications()
s-fletcher Mar 13, 2021
092d556
Merge pull request #1910 from s-fletcher/master
Mar 13, 2021
78363c4
Update README.md
Mar 18, 2021
3b67767
fix(ios): foreground notification property
Mar 18, 2021
60ea210
Merge pull request #1916 from Pernett98/feature/fix-foreground-property
Mar 18, 2021
7db7e38
Prepare next release.
Dallas62 Mar 18, 2021
c81efe1
Merge branch 'master' into dev
Dallas62 Mar 18, 2021
4110df8
Bump version 7.2.3.
Dallas62 Mar 18, 2021
5e85395
Fix: Foreground notifications missing small icon
flochtililoch Mar 26, 2021
2e2226d
Document: Override on onNewIntent
Mar 29, 2021
f031ce7
Documentation update, fix indentation
isamu Apr 6, 2021
86d562e
Merge pull request #1941 from isamu/patch-1
Apr 6, 2021
49619e8
Update README.md
Apr 12, 2021
64c1dff
Adding mavenCentral() as jcenter() is shutting
maheshwarimrinal Apr 18, 2021
b77c465
Merge pull request #1956 from maheshwarimrinal/patch-1
Apr 18, 2021
a17a464
Add constants for notification importance
Mookiies Apr 21, 2021
89303a0
Update documentation for new IMPORTANCE constant
Mookiies Apr 22, 2021
70c43d5
Merge pull request #1959 from Mookiies/addConstants
Apr 23, 2021
84ca4d5
remove Flipper from exemple project
Dallas62 May 12, 2021
66243dd
Remove deprecated API (firebase-iid).
Dallas62 May 12, 2021
602b9b0
Release of 7.3.0.
Dallas62 May 12, 2021
444d803
Minor fix in CHANGELOG for 7.1.0 "feature" title
MoOx May 12, 2021
ace7b1d
Merge pull request #1993 from MoOx/patch-1
May 12, 2021
ba6268e
fix: android missing channelId warning should now show
gioragutt May 12, 2021
7315f43
Merge pull request #1995 from gioragutt/patch-1
May 12, 2021
624dd15
Release version 7.3.1.
Dallas62 May 12, 2021
c3261b9
fix(android): Adding Java 8 compile options for Android instrumented …
mrbrentkelly May 13, 2021
60f7eba
Merge pull request #2003 from mrbrentkelly/master
May 13, 2021
1659aa8
Update README.md
yepes May 19, 2021
4aaaf48
Merge pull request #2020 from yepes/master
May 19, 2021
ecdaf62
Use repeatTime to configure interval of repeatType unit
johgusta May 25, 2021
d19a187
Update Readme on how to use repeatTime
johgusta May 25, 2021
09f1c4f
Merge pull request #1927 from flochtililoch/patch-1
Jun 19, 2021
c1d6ee5
Bump version 7.3.2.
Dallas62 Jun 19, 2021
a15978c
Merge branch 'dev'
Dallas62 Jun 19, 2021
cdc5524
Move default branch, day, to end of switch statement
johgusta Jun 24, 2021
614b451
feature(ios): Add support for subtitle notification property
GertSallaerts Jun 24, 2021
c5490e8
Update documentation of how to use repeatTime
johgusta Jun 24, 2021
100e8f4
Merge pull request #2030 from elsaapp/repeat-time-for-all-repeat-types
Jun 24, 2021
49ff5fb
Merge pull request #2063 from ambassify/feature/ios-subtitle
Jun 24, 2021
6faa82a
Bump version 7.4.0
Dallas62 Jun 24, 2021
6f4f7e9
Update CHANGELOG.md
Dallas62 Jun 24, 2021
b629653
Fix typos in README
Jun 25, 2021
17abf72
Remove dead link
nguyen-alexa Jun 25, 2021
6a50362
Fix more typos
nguyen-alexa Jun 25, 2021
894d424
Merge pull request #2066 from nguyen-alexa/patch-1
Jun 25, 2021
a509e8a
Allow HTML tags in bigText field
silencer07 Jun 26, 2021
ed46423
updated bigText documentation
silencer07 Jun 26, 2021
47fd658
Fixed Inconsistency in markdown styling.
Abhishek12345679 Jul 18, 2021
6a81fba
Merge pull request #2095 from Abhishek12345679/patch-1
Jul 18, 2021
e9f7605
FIxed further markdown inconsistencies
Abhishek12345679 Jul 18, 2021
17ad0ae
Upgrade to 8.0.0
Dallas62 Aug 19, 2021
8566bbb
Fix 2122
dimadeveatii Aug 24, 2021
60979a1
Merge pull request #2125 from dimadeveatii/master
Aug 24, 2021
0ceebc4
Hot fix
Dallas62 Aug 24, 2021
8d7ab95
Fix Android 12 PendingIntent
cristianoccazinsp Aug 30, 2021
381889d
Merge pull request #2130 from cristianoccazinsp/patch-1
Aug 30, 2021
57be563
Merge pull request #2067 from silencer07/master
Aug 30, 2021
9b5c7f7
Complete fix of #2130.
Dallas62 Sep 2, 2021
fcc229d
Upgrade to 8.1.0.
Dallas62 Sep 3, 2021
2b2c69e
Merge pull request #2096 from Abhishek12345679/master
Sep 6, 2021
f986f55
Missing change in CHANGELOG.
Dallas62 Sep 6, 2021
3dd30ef
Fix iOS repeated notification timing
mmmoussa Sep 21, 2021
16b4842
Raise @react-native-community/push-notification-ios version
mmmoussa Sep 21, 2021
cce3e49
Merge pull request #2150 from mmmoussa/patch-1
Oct 1, 2021
f525fff
Merge pull request #2151 from mmmoussa/ios-notif-version
Oct 1, 2021
da7dde7
Bump version.
Dallas62 Oct 1, 2021
e1a0716
Update README.md
Nov 8, 2021
fcf40a0
Update stale.yml
Dec 20, 2021
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
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [Dallas62]
custom: ["https://www.buymeacoffee.com/Dallas62"]
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: '🐛 Bug Report'
about: Report a reproducible bug or regression in this library.
---

# Bug

<!--
Before submitting it, please ensure that this was not already asked in another issue, or on StackOverflow. Ideally, you should always refer to StackOverflow first.

Please provide a clear and concise description of what the bug is.
Include screenshots or gifs if needed.
Please test using the latest release of the library, as maybe your bug has been already fixed.
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc).

**Please note that issues that do not follow the template may be closed.**
-->

## Environment info

<!--
Run `react-native info` in your terminal and paste the results here. Also, include the *precise* version number of this library that you are using in the project
-->

`react-native info` output:

```bash
// paste it here
```

Library version: x.x.x

## Steps To Reproduce

<!--
- You must provide a clear list of steps and code to reproduce the problem.
- Keep the code reproducing the bug as simple as possible, with the minimum amount of code required to reproduce the issue. See https://stackoverflow.com/help/mcve.
- Either re-create the bug using the repository's example app or link to a GitHub repository with code that reproduces the bug.
- Explain the steps we need to take to reproduce the issue:
-->

1.
2.
...

Describe what you expected to happen:

1.
2.

## Reproducible sample code

<!--
Please add minimal runnable repro as explained above so that the bug can be tested in isolation.
Use the example project to reproduce it.
-->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: '💡 Feature Request'
about: Submit your idea for a change in the codebase.
---

# Feature Request

<!--
This issue should serve for you to present or pitch an idea to the maintainers - but remember that it would be better if you were to submit a PR instead 🤗
-->

## Why it is needed

<!--
Please tell us a bit more of why you want this feature to be added, what's its origin
-->

## Possible implementation

<!--
It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc
-->

### Code sample

<!--
Please show how the new code could work, if doable
-->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: '🤔 Questions and Help'
about: Use this if there is something not clear about the code or its docs.
---

# Question

<!--
Before submitting it, please ensure that this was not already asked in another issue, or on StackOverflow. Ideally, you should always refer to StackOverflow first.
This issue should serve for you to ask a question about the library to the maintainers and other fellow developers - remember that even if the issue gets closed, the conversation can move forward 🤗
Also, ideally this issue should culminate in a PR to the documentation for this library so that future developers will have that doubt cleared.
-->
17 changes: 17 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions."
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions."
days-before-stale: 365
days-before-close: 30
operations-per-run: 10
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ local.properties
node_modules/*
npm-debug.log

yarn.lock
package-lock.json

android/android.iml
android/gradle.properties
android/gradle/
android/gradlew
android/gradlew.bat
android/src/main/gen

#Debug only
google-services.json

.vscode/
14 changes: 13 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,16 @@ react-native-notifications.iml
local.properties

# Example app
example
example

# Git
.git

# GitHub
.github/*

# Docs
submitting-a-pull-request.md

# Vscode
.vscode/*
Loading