Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit d00742c

Browse files
committed
update push-notification ios version
1 parent 9c6b090 commit d00742c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git+ssh://git@github.com:zo0r/react-native-push-notification.git"
2525
},
2626
"dependencies": {
27-
"@react-native-community/push-notification-ios": "^1.0.1"
27+
"@react-native-community/push-notification-ios": "https://github.com/narender2031/push-notification-ios.git"
2828
},
2929
"peerDependencies": {
3030
"react-native": ">=0.33"

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@react-native-community/push-notification-ios@https://github.com/narender2031/push-notification-ios.git":
6+
version "1.1.0"
7+
resolved "https://github.com/narender2031/push-notification-ios.git#8a4eaca7408b04eb0687a2a0c60fcc40994df41e"
8+
dependencies:
9+
invariant "^2.2.4"
10+
11+
invariant@^2.2.4:
12+
version "2.2.4"
13+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
14+
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
15+
dependencies:
16+
loose-envify "^1.0.0"
17+
18+
"js-tokens@^3.0.0 || ^4.0.0":
19+
version "4.0.0"
20+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
21+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
22+
23+
loose-envify@^1.0.0:
24+
version "1.4.0"
25+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
26+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
27+
dependencies:
28+
js-tokens "^3.0.0 || ^4.0.0"

0 commit comments

Comments
 (0)