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

Draft: Update fork to 4.2.4 #7

Open
wants to merge 199 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
199 commits
Select commit Hold shift + click to select a range
0fdabd3
React Native 0.60 Support (#375)
yogevbd Sep 14, 2019
7119634
Update CHANGELOG.md
yogevbd Sep 14, 2019
09dd16d
Update package.json version to 2.1.0 [ci skip]
mobile1-internal Sep 14, 2019
ee9e798
Fix realese script
yogevbd Sep 15, 2019
258d938
Update CHANGELOG.md
yogevbd Sep 15, 2019
6e726d1
Update and rename main.yml to require-label.yml
yogevbd Sep 20, 2019
2a5a492
Add .github/main.workflow
yogevbd Sep 20, 2019
ccc1885
Fix main.workflow
yogevbd Sep 20, 2019
f421c51
Autogenerate changelog using github-release-notes (#382)
yogevbd Sep 22, 2019
a1510ba
Fixing white square icon and annotation error (#379)
calcazar Sep 22, 2019
8de8983
Fix changelog fileName
yogevbd Sep 22, 2019
88bc7c1
Fix release script
yogevbd Sep 22, 2019
d65dc4f
Update package.json version to 2.1.3 and generate CHANGELOG.gren.md […
mobile1-internal Sep 22, 2019
51097b2
Xcode 11 support in CI (#384)
yogevbd Sep 25, 2019
95d1a39
Remove vibrate permissions maxSdkVersion, fix example project on andr…
yogevbd Oct 2, 2019
feec431
Remove all delivered notifications support for android (#401)
yogevbd Oct 27, 2019
232d10f
Update package.json version to 2.1.4-beta.0 and generate CHANGELOG.gr…
mobile1-internal Oct 27, 2019
319c567
Update package.json version to 2.1.4 and generate CHANGELOG.gren.md […
mobile1-internal Oct 28, 2019
cdddf35
Allow cancel delivered notification with tag (#402)
yogevbd Oct 28, 2019
9145155
Update package.json version to 2.1.5 and generate CHANGELOG.gren.md […
mobile1-internal Oct 28, 2019
c4535d6
add RNNotificationCenterMulticast (#411)
roiberlin Nov 20, 2019
fbd964e
Update package.json version to 2.1.6 and generate CHANGELOG.gren.md […
mobile1-internal Nov 21, 2019
e980745
Update Robolectric setup (#422)
rotemmiz Dec 14, 2019
a6a5472
Update package.json version to 2.1.7 and generate CHANGELOG.gren.md […
mobile1-internal Dec 14, 2019
006e4ab
V3 (#437)
yogevbd Jan 15, 2020
27b0f17
Remove old docs
yogevbd Jan 15, 2020
46f628e
Support react-native auto-linking
yogevbd Jan 15, 2020
e8b8a80
Fix docs
yogevbd Jan 15, 2020
0b7175f
Add getting started doc
yogevbd Jan 15, 2020
c2ea324
Update getting started doc
yogevbd Jan 15, 2020
da5996d
Update getting started doc
yogevbd Jan 15, 2020
3e8ecd2
Update package.json version to 3.0.0 and generate CHANGELOG.gren.md […
mobile1-internal Jan 15, 2020
e29d01d
Update getting-started.md
yogevbd Jan 15, 2020
617c3bb
Documentation improvements
yogevbd Jan 16, 2020
325e892
separate notification dto identifier implementation
artald Jan 16, 2020
8c428eb
fix token parameter to be wrapped in a map when sending to JS
artald Jan 16, 2020
fdd4fe4
when notifying notification data to JS, wrap in a map
artald Jan 16, 2020
45d1f57
fix notification received event sent when the app is in the backgroun…
artald Jan 16, 2020
8c50adb
Add handling for both foreground and background received notification
yogevbd Jan 17, 2020
b54ba78
Rename registerRemoteNotificationOpened to registerNotificationOpened
yogevbd Jan 17, 2020
adc97c3
Rename registerRemoteNotificationReceived to registerNotificationRece…
yogevbd Jan 17, 2020
3d62e3e
Update docs
yogevbd Jan 17, 2020
e48dd02
Add tests coverage
yogevbd Jan 17, 2020
4e6f4d8
Fix e2e
yogevbd Jan 17, 2020
044982a
Update package.json version to 3.1.0 and generate CHANGELOG.gren.md […
mobile1-internal Jan 17, 2020
6f20beb
Fix docs
yogevbd Jan 17, 2020
9b3690e
t push origin master Merge branch 'master' of github.com:wix/react-na…
yogevbd Jan 17, 2020
6631099
fix sending fcm token to JS
artald Jan 19, 2020
ef8c740
Fix react-native-notifications link path. (#452)
ananta Jan 19, 2020
780e3a3
Fix resolve reject for getBadgeCount (#468)
Jan 29, 2020
0f8269e
Fix getDeliveredNotifications, Closes #429
yogevbd Jan 29, 2020
69a78bb
referencing registerRemoteNotificationsRegistered (#466)
Bilal-Abdeen Jan 29, 2020
f5dcb84
package wix.reactnativenotifications does not exist (#463)
Bilal-Abdeen Jan 29, 2020
8c4ae7e
Fix wrong import (#443)
DAB0mB Jan 29, 2020
3fe5412
Fix documentation, Closes #458
yogevbd Jan 29, 2020
e37596f
fix issue with UNUserNotificationCenterDelegate and the multicast del…
artald Feb 13, 2020
ce7d56c
Update package.json version to 3.1.2 and generate CHANGELOG.gren.md […
mobile1-internal Feb 13, 2020
b5da631
Fix auto-link for android (#522)
ken0x0a Mar 11, 2020
24cb46d
Use resolve reject for getDeliveredNotifications (#507)
szhigunov Mar 12, 2020
cb595c6
Fix docs code on how to request permissions (#502)
puremana Mar 12, 2020
d9df32e
Wrap all log statements inside debug flag (#509)
ravirajn22 Mar 12, 2020
c3272ca
Remove obsolete elements from manifest (#510)
ravirajn22 Mar 12, 2020
4cc7332
Fix foreground notification icon color. (#495)
Mar 12, 2020
08d7847
Fix typo in event documentation (#487)
gponsu Mar 12, 2020
47ac031
Fix background firebase payload notification initial data lost issue.…
Apr 5, 2020
43b2439
fix crash when ios local notification is received in foreground (#537)
tyleralves Apr 5, 2020
dbba648
Update package.json version to 3.1.3 and generate CHANGELOG.gren.md […
mobile1-internal Apr 5, 2020
3f1b838
Changed clearing initial notification call point -- now it's called f…
evgeni-wix Apr 6, 2020
9dfaf46
Remove unneeded unit test
yogevbd Apr 6, 2020
2fa5ae3
Update package.json version to 3.1.4 and generate CHANGELOG.gren.md […
mobile1-internal Apr 6, 2020
6a8161b
Channels (#535)
Apr 8, 2020
b19d0a7
added docs for setNotificationChannel (#567)
Apr 15, 2020
954bd5d
Fix a few typos (#580)
nickdill Apr 20, 2020
d0ea109
Fix for actionResponse parameter getting dropped in NotificationOpene…
joshuamckenty Apr 20, 2020
242d328
Update localNotifications.md (#554)
JohnPremKumar Apr 20, 2020
76c2d13
fix: do not clear other notifications on open a notification (#559)
anisimov74 Apr 20, 2020
4f07001
fixes #469 (#470)
BenWildeman Apr 20, 2020
2e71255
Documentation upgrade (#589)
BenJeau Apr 27, 2020
6e83d07
Fixed shield.io badge to link rn-notifications (#588)
BenJeau Apr 27, 2020
5cdfe22
Improved docs (#590)
yogevbd May 10, 2020
e430922
fix the link (#606)
totalamd May 10, 2020
4ee77a7
Update installation-ios.md (#586)
ciprian-iacob May 10, 2020
ed4970d
Return notificationId from postLocalNotification (#610)
yogevbd May 10, 2020
53d49bc
Update package.json version to 3.2.0 and generate CHANGELOG.gren.md […
mobile1-internal May 10, 2020
2226ec3
Update general-api.md
yogevbd May 11, 2020
bba478d
Draft git release in CI
yogevbd May 13, 2020
30de155
Remove check for title in background firebase notifications (#612)
aniravi24 May 13, 2020
f6136b9
Update package.json version to 3.2.1 and generate CHANGELOG.gren.md […
mobile1-internal May 13, 2020
495d738
Handle notification when app destroyed as initial notification only (…
yedidyak May 18, 2020
fae3af0
Fix cancelLocalNotification on iOS (#617)
yogevbd May 23, 2020
8071a79
Update package.json version to 3.2.2 and generate CHANGELOG.gren.md […
mobile1-internal May 23, 2020
990fdc8
docs: fix link to API docs in README (#618)
Naturalclar May 24, 2020
24e1cf0
note: scheduled notifications not yet for android (#621)
douira Jun 24, 2020
4dd2820
Move threads (#625)
scottmas Jun 24, 2020
2654706
Fix cannot receive notification if user select notification banner at…
ttkien Jun 29, 2020
3174628
Add event and handler for iOS background notification (#587)
Jun 29, 2020
b8efa95
Delete Dockerfile
yogevbd Jun 29, 2020
7e1c073
Fix EventsRegistry.registerNotificationOpened typing (#499)
Jun 29, 2020
46b50a9
Upgrade JS+Android dependecies (#634)
swabbass Jul 6, 2020
1ccd9d0
Bump lodash from 4.17.15 to 4.17.19 (#640)
dependabot[bot] Jul 21, 2020
443b18a
SetBadgeCount from main thread (#639)
danwhite-ipc Jul 21, 2020
54d6bc2
Pushkit completion handler (#644)
henrikbjorn Jul 22, 2020
d7f771e
Pushkit completion (#645)
henrikbjorn Jul 23, 2020
678d3c9
Update package.json version to 3.3.0 and generate CHANGELOG.gren.md […
mobile1-internal Jul 23, 2020
1cdaa7a
Update website with new completion handler for PushKit (#647)
henrikbjorn Jul 23, 2020
050ae90
Fix opening xcode script
yogevbd Jul 30, 2020
34b63a1
Avoid closing issues in project with stale bot
guyca Aug 2, 2020
8598260
Fix turbo modules
yogevbd Aug 5, 2020
be6d93e
Update package.json version to 3.3.1 and generate CHANGELOG.gren.md […
mobile1-internal Aug 5, 2020
905a539
FCM Token Listener application (#660)
swabbass Aug 6, 2020
f00fae6
Update package.json version to 3.3.2 and generate CHANGELOG.gren.md […
mobile1-internal Aug 6, 2020
d66ec40
Remove adding the package to the list of packages. (#653)
Bilal-Abdeen Aug 11, 2020
df216bf
Add Requirements section to the Readme (#661)
guyca Aug 17, 2020
28f6eaa
Auto deploy documentation on master (#674)
yogevbd Sep 22, 2020
25402c5
Fix documentation workflow (#675)
yogevbd Sep 22, 2020
c8434e5
Bump detox to v17.5.7 (#676)
yogevbd Sep 22, 2020
851c8a4
Bump docusaurus to 2.0.0-alpha.64 (#673)
yogevbd Sep 22, 2020
01f8f9e
[Bugfix][Android] Use JobServiceIntent to fetch the FCM token in the …
Robfz Sep 23, 2020
10708fb
Update package.json version to 3.3.4 and generate CHANGELOG.gren.md […
mobile1-internal Sep 23, 2020
31a3502
Fix Xcode 12 Compatibility (#672)
jaykhandelwal Sep 24, 2020
1f3e998
notifyReceivedToJS only when app is visible (#694)
swabbass Oct 28, 2020
349209a
Fixes #627 - First foreground notification is not visible (#685)
erkie Oct 28, 2020
aade556
Fix incorrect types for NotificationActions (#683)
erkie Oct 28, 2020
cf6fc81
Add information on the notification icon to the documentation (#680)
danielwinkler Oct 28, 2020
f33acb6
Lock docusaurus version (#695)
yogevbd Oct 28, 2020
d9433c7
action completeHandler must run on main thread (#692)
enahum Oct 28, 2020
79f9877
Update package.json version to 3.4.0 and generate CHANGELOG.gren.md […
mobile1-internal Oct 28, 2020
6d0b875
Add enforce label action (#696)
yogevbd Oct 28, 2020
68faa53
Update .grenrc.js
yogevbd Oct 28, 2020
3ec052b
Upgade .grenrc.js
yogevbd Oct 29, 2020
a430e1a
Update CHANGELOG.gren.md
yogevbd Oct 29, 2020
d78e7a0
[BugFix][iOS] Cleaning up initial notification after resolve (#697)
muryj Nov 11, 2020
5e319ca
Fix boolean type when converting to js (#702)
xilin Nov 23, 2020
8a9533b
Update package.json version to 3.4.1 and generate CHANGELOG.gren.md […
mobile1-internal Nov 23, 2020
fb09456
Bump github-release-notes
yogevbd Nov 23, 2020
509d349
Make notification id optional fixes #703 (#709)
antontanderup Dec 27, 2020
d96ad9c
Update package.json version to 3.4.2 and generate CHANGELOG.gren.md […
mobile1-internal Dec 27, 2020
4a108f6
Bump github-release-notes (#710)
yogevbd Dec 30, 2020
dc9f2f7
Add logo (#711)
yogevbd Dec 30, 2020
bc49a94
App notification settings link - iOS (#740)
DanielEliraz Jun 2, 2021
f69c985
return to ios.registerRemoteNotifications name (#742)
DanielEliraz Jun 7, 2021
70164b3
Provisional option in iOS registeration (#744)
DanielEliraz Jun 13, 2021
c475695
Update package.json version to 3.5.0 and generate CHANGELOG.gren.md […
yogevbd Jun 14, 2021
638a007
Update .grenrc.js
yogevbd Jun 14, 2021
28efc32
upgrade lodash to 4.17.21 (#747)
DanielEliraz Jun 20, 2021
9a670a6
finish run completion handler in main thread (#748)
DanielEliraz Jun 23, 2021
e214fd9
stop using deprecated firebase iid (#751)
DanielEliraz Jun 23, 2021
f5b25b5
Fix channel and channel group implementation (#750)
DanielEliraz Jun 23, 2021
48a95d5
Add ability to request/check more iOS permissions (#752)
DanielEliraz Jun 29, 2021
aa503f5
fix ts cancelLocalNotification prop (#754)
DanielEliraz Jun 29, 2021
ebc7670
add android api to docs (#749)
DanielEliraz Jun 30, 2021
c7e381e
Update package.json version to 4.0.0 and generate CHANGELOG.gren.md […
mobile1-internal Jul 12, 2021
eb8a1c6
expose provisional state (#756)
DanielEliraz Jul 13, 2021
885f053
Update package.json version to 4.1.0 and generate CHANGELOG.gren.md […
mobile1-internal Jul 14, 2021
8d984ce
resiter remote on provisional approve (#759)
DanielEliraz Jul 21, 2021
945cfb0
Update package.json version to 4.1.1 and generate CHANGELOG.gren.md […
mobile1-internal Jul 21, 2021
5a9d9fa
FEAT: ios add permissions to check permissions (#762)
DanielEliraz Aug 1, 2021
7d606f2
Update package.json version to 4.1.2 and generate CHANGELOG.gren.md […
mobile1-internal Aug 2, 2021
0eeedd6
fix: Add missing `android:exported` to `service` (#790)
mrousavy Dec 13, 2021
763a5c6
fix enfroce label (#795)
DanielEliraz Dec 13, 2021
6dfdfa2
Update package.json version to 4.1.3 and generate CHANGELOG.gren.md […
mobile1-internal Dec 13, 2021
eb60d6b
add nvmrc and comment out publishing
igorgn Dec 14, 2021
207e20a
upgrade to [email protected] (#805)
DanielEliraz Jan 23, 2022
26ff2f4
update start guide (#800)
weihangChen Jan 23, 2022
7a63fb8
Merge branch 'wix:master' into master
igorgn Jan 25, 2022
d0d949f
upgrade detox
igorgn Jan 26, 2022
cb1ad4d
Merge pull request #1 from igorgn/detox-latest
igorgn Jan 26, 2022
99d8280
bk + release
igorgn Jan 26, 2022
f90dfda
cp
igorgn Jan 26, 2022
35442a4
fix
igorgn Jan 26, 2022
dc17443
polish
igorgn Jan 26, 2022
cd323e6
Fix Android API 31 issues and Convert example to TS (#812)
DanielEliraz Feb 13, 2022
e909225
Merge branch 'wix:master' into master
igorgn Feb 13, 2022
9142ee6
Merge pull request #2 from igorgn/bk
igorgn Feb 13, 2022
7f0e349
Update package.json version to 0.0.3 and generate CHANGELOG.gren.md […
mobile1-internal Feb 13, 2022
600a4d2
Revert "Update package.json version to 0.0.3 and generate CHANGELOG.g…
igorgn Feb 13, 2022
3426314
enable publishing
igorgn Feb 13, 2022
ef4cdde
back to index js (#814)
DanielEliraz Feb 14, 2022
4b5e593
Merge pull request #813 from igorgn/master
igorgn Feb 14, 2022
c200418
bump aandroid sdk version to 31 in lib (#815)
DanielEliraz Feb 14, 2022
be1cea5
get opened notifications from getInitialNotification (#817)
DanielEliraz Feb 14, 2022
7c34144
Get opened notification from get initial notification (#819)
DanielEliraz Feb 14, 2022
c628f5b
Get opened notification from get initial notification (#820)
DanielEliraz Feb 14, 2022
f60895c
android: do not display data-only PN (#822)
DanielEliraz Feb 15, 2022
3067475
Update package.json version to 4.2.0 and generate CHANGELOG.gren.md […
mobile1-internal Feb 15, 2022
d4ec8a8
used common ext names exported in root project (#798)
SaeedZhiany Feb 16, 2022
89ca7e5
revert android to api 30 (#823)
DanielEliraz Feb 16, 2022
6d1a7fa
Update package.json version to 4.2.1 and generate CHANGELOG.gren.md […
mobile1-internal Feb 17, 2022
4d1e3a1
Fix typo in docs of subscription (#826)
rogierslag Feb 26, 2022
9ad4f25
latest notification data in getInitialNotification (#830)
DanielEliraz Feb 26, 2022
b667267
Update package.json version to 4.2.2 and generate CHANGELOG.gren.md […
mobile1-internal Feb 26, 2022
e6b178c
fix initial notification from killed (#831)
DanielEliraz Feb 28, 2022
0189089
Update package.json version to 4.2.3 and generate CHANGELOG.gren.md […
mobile1-internal Mar 2, 2022
c4e6fa0
Fix trampoline on target sdk 31 (#837)
DanielEliraz Mar 9, 2022
e3f024c
Update package.json version to 4.2.4 and generate CHANGELOG.gren.md […
mobile1-internal Mar 9, 2022
22f4f44
emphasize NotificationReceivedBackground ios guide (#838)
DanielEliraz Mar 9, 2022
c8c2d18
Merge branch 'master' of github.com:wix/react-native-notifications in…
msantang78 Mar 10, 2022
d3ea684
wip
msantang78 Mar 11, 2022
d282829
Merge branch 'master' into update-code
msantang78 Mar 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 39 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
steps:
- block: ":rocket: Release!"
prompt: "Fill out the details for release"
if: 'build.message =~ /^release\$/i'
fields:
- text: "VERSION"
key: "version"
- text: "NPM_TAG"
key: "npm-tag"
default: 'null'
hint: 'Leave NULL if no version is specified'
required: false

- label: "Android"
command:
- "nvm install"
- "npm install"
- "npm run test-js"
- "npm run clean"
- "npm run test-unit-android -- --release"
key: android

- label: "iOS"
command:
- "nvm install"
- "npm install"
- "npm run test-unit-ios -- --release"
- "npm run test-e2e-ios -- --release --multi"
key: ios

- label: ":package: Publish"
if: "build.pull_request.id == null"
command:
- "nvm install"
- "npm install"
- "npm run release"
depends_on:
- "android"
- "ios"
40 changes: 0 additions & 40 deletions .circleci/config.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*/node_modules
*.log
54 changes: 54 additions & 0 deletions .github/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: documentation

on:
pull_request:
branches: [master]
push:
branches: [master]

jobs:
checks:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Test Build
run: |
cd website/
npm i
npm run build
gh-release:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
echo "${{ secrets.GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
cat <<EOT >> ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
EOT
- name: Release to GitHub Pages
env:
USE_SSH: true
GIT_USER: git
run: |
git config --global user.email "[email protected]"
git config --global user.name "yogevbd"
cd website/
npm i
npm run build
npx docusaurus deploy
12 changes: 12 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
workflow "Verify labels" {
on = "pull_request"
resolves = "Enforce PR label"
}

action "Enforce PR label" {
uses = "yogevbd/[email protected]"
secrets = ["GITHUB_TOKEN"]
env = {
VALID_LABELS = "bug,enhancement,feature,skip-changelog"
}
}
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exemptLabels:
- "📌 pinned"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
exemptProjects: true

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false
Expand Down
54 changes: 54 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: documentation

on:
pull_request:
branches: [master]
push:
branches: [master]

jobs:
checks:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Test Build
run: |
cd website/
npm i
npm run build
gh-release:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
echo "${{ secrets.GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
cat <<EOT >> ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
EOT
- name: Release to GitHub Pages
env:
USE_SSH: true
GIT_USER: git
run: |
git config --global user.email "[email protected]"
git config --global user.name "yogevbd"
cd website/
npm i
npm run build
npx docusaurus deploy
13 changes: 13 additions & 0 deletions .github/workflows/enforce-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Enforce PR label

on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]

jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "type: accepted/bug,type: accepted/enhancement,Infrastructure,type: documentation,skip-changelog"
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ npm-debug.log
#####
# Android

android/local.properties
android/*.iml
lib/android/local.properties
lib/android/*.iml
lib/android/.idea
lib/android/build
lib/android/.gradle
*.gradle

#####
# OS X temporary files that should never be committed
Expand Down Expand Up @@ -187,6 +191,6 @@ coverage/
package-lock.json

.history
android/.idea
android/build
android/.gradle

# Typescript build
# lib/dist/
27 changes: 27 additions & 0 deletions .grenrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
module.exports = {
template: {
commit: ({message, url, author, name}) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,
issue: "- {{name}} [{{text}}]({{url}}) by [{{user_login}}]({{user_url}})",
label: "[**{{label}}**]",
noLabel: "closed",
group: "\n#### {{heading}}\n",
changelogTitle: "# Changelog\n\n",
release: "## {{release}} ({{date}})\n{{body}}",
releaseSeparator: "\n---\n\n"
},
groupBy: {
"Enhancements:": ["type: accepted/enhancement", "Infrastructure"],
"Bug Fixes:": ["type: accepted/bug"]
},
ignoreIssuesWith: [
"skip-changelog"
],
ignoreTagsWith: [
"snapshot"
],
dataSource: "prs",
changelogFilename: "CHANGELOG.gren.md",
tags: "all",
override: true,
generate: true
}
Binary file added .logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
example/
test/
RNNotifications/DerivedData
node_modules/
website/
docs/
docs_old/
scripts/
e2e/

.eslintrc
*.yml
Expand All @@ -10,4 +14,5 @@ coverage/
android/.idea
android/build/
.idea
.history/
.history/
.github/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
Loading