Skip to content

Commit 444d963

Browse files
committed
Updated RN version
Updated example project RN version Better project structure organization
1 parent 8196781 commit 444d963

File tree

92 files changed

+19764
-20438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+19764
-20438
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
17+
working-directory: package
1718
- run: npm publish
19+
working-directory: package
1820
env:
1921
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ React Native Android Notification Listener is a library that allows you to liste
88

99
## Installation
1010

11-
`$ yarn add react-native-android-notification-listener`
12-
13-
or
14-
1511
`$ npm install react-native-android-notification-listener`
1612

1713
## Auto linking (React Native >= 0.60)
File renamed without changes.

example/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files
2+
[*.bat]
3+
end_of_line = crlf
File renamed without changes.

example/.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files should use crlf line endings
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
*.bat text eol=crlf
File renamed without changes.

.prettierrc renamed to example/.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"singleQuote": true,
66
"jsxSingleQuote": true,
77
"jsxBracketSameLine": true,
8-
"printWidth": 500
8+
"printWidth": 500,
9+
"endOfLine": "auto"
910
}
File renamed without changes.

0 commit comments

Comments
 (0)