Skip to content

Commit b091288

Browse files
author
Quoc Khanh
committed
fix dismiss func
1 parent e550f7a commit b091288

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
example/
22
.github/
3+
incoming-call.jpg

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5443,7 +5443,7 @@ react-native-bootsplash@^2.2.4:
54435443

54445444
"react-native-incoming-call@git+https://github.com/bkdev98/react-native-incoming-call.git":
54455445
version "2.0.0"
5446-
resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#f7273b5ff2113c4f9697abcb71ab52719cf9e317"
5446+
resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#e550f7a6d80fe15073868ee873fb9b0761be54d2"
54475447

54485448
54495449
version "0.62.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-incoming-call",
33
"title": "React Native Incoming Call",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "React Native module to display incoming call activity. Only for Android since iOS we have VoIP.",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)