We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b6992 commit f9c1b0eCopy full SHA for f9c1b0e
.npmignore
@@ -1,5 +1,5 @@
1
-# Dependency directory
2
-node_modules
3
-
4
-# Examples (If applicable to your project)
5
-examples
+example/
+node_modules/
+.idea/
+.github/
+docs/
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-full-screen-notification-incoming-call",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Android full screen notification incoming call for React Native",
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -144,4 +144,4 @@
144
]
145
146
}
147
-}
+}
0 commit comments