We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4fe11 commit 05d0c62Copy full SHA for 05d0c62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/push-notification-ios",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "React Native Push Notification API for iOS",
5
"main": "js/index.js",
6
"types": "index.d.ts",
@@ -14,7 +14,7 @@
14
"test:flow": "flow check",
15
"test:js": "echo 0",
16
"lint": "eslint .",
17
- "test:tsc":"tsc --noEmit"
+ "test:tsc": "tsc --noEmit"
18
},
19
"keywords": [
20
"react-native",
0 commit comments