Skip to content

Commit 346badd

Browse files
build(example): add backgroundTimer package
1 parent 4957a6f commit 346badd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

examples/default/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
"graphql": "^16.8.1",
1919
"graphql-request": "^6.1.0",
2020
"instabug-reactnative": "link:../..",
21+
"instabug-reactnative-ndk": "github:https://github.com/Instabug/Instabug-React-Native-NDK",
2122
"native-base": "^3.4.28",
2223
"react": "18.2.0",
2324
"react-native": "0.72.3",
25+
"react-native-background-timer": "^2.4.1",
2426
"react-native-config": "^1.5.1",
2527
"react-native-gesture-handler": "^2.13.4",
2628
"react-native-maps": "^1.10.3",
@@ -29,7 +31,6 @@
2931
"react-native-screens": "^3.20.0",
3032
"react-native-svg": "^13.9.0",
3133
"react-native-vector-icons": "^10.0.0",
32-
"instabug-reactnative-ndk": "github:https://github.com/Instabug/Instabug-React-Native-NDK",
3334
"react-query": "^3.39.3"
3435
},
3536
"devDependencies": {
@@ -39,6 +40,7 @@
3940
"@react-native/metro-config": "^0.73.1",
4041
"@types/jest": "^29.2.1",
4142
"@types/react": "^18.0.24",
43+
"@types/react-native-background-timer": "^2.0.2",
4244
"@types/react-native-vector-icons": "^6.4.13",
4345
"@types/react-test-renderer": "^18.0.0",
4446
"babel-jest": "^29.2.1",

examples/default/yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,6 +2920,11 @@
29202920
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
29212921
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
29222922

2923+
"@types/react-native-background-timer@^2.0.2":
2924+
version "2.0.2"
2925+
resolved "https://registry.npmjs.org/@types/react-native-background-timer/-/react-native-background-timer-2.0.2.tgz#22f9126124068a0ee6a812e16f98e270c2b9b2c7"
2926+
integrity sha512-cMAep0M5yqUHjiiRPvGiviqiJYdI45KSjbI5ufsIFSQGFwHwrHJC/8yawNhy0G3Gix6fufWLsEj6jC5niUNHiQ==
2927+
29232928
"@types/react-native-vector-icons@^6.4.13":
29242929
version "6.4.13"
29252930
resolved "https://registry.yarnpkg.com/@types/react-native-vector-icons/-/react-native-vector-icons-6.4.13.tgz#28b34d15094e040718beefb67cb3eff0c4994cb6"
@@ -6610,6 +6615,11 @@ react-is@^17.0.1:
66106615
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
66116616
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
66126617

6618+
react-native-background-timer@^2.4.1:
6619+
version "2.4.1"
6620+
resolved "https://registry.npmjs.org/react-native-background-timer/-/react-native-background-timer-2.4.1.tgz#a3bc1cafa8c1e3aeefd0611de120298b67978a0f"
6621+
integrity sha512-TE4Kiy7jUyv+hugxDxitzu38sW1NqjCk4uE5IgU2WevLv7sZacaBc6PZKOShNRPGirLl1NWkaG3LDEkdb9Um5g==
6622+
66136623
react-native-config@^1.5.1:
66146624
version "1.5.1"
66156625
resolved "https://registry.yarnpkg.com/react-native-config/-/react-native-config-1.5.1.tgz#73c94f511493e9b7ff9350cdf351d203a1b05acc"

0 commit comments

Comments
 (0)