Skip to content

Commit

Permalink
fix: add expo-task-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Dec 25, 2023
1 parent 776323a commit 436d069
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"expo-keep-awake": "~12.8.0",
"expo-location": "~16.5.0",
"expo-sensors": "~12.9.0",
"expo-task-manager": "~11.7.0",
"react": "18.2.0",
"react-native": "0.73.1",
"react-native-device-info": "~10.12.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4636,6 +4636,13 @@ expo-sensors@~12.9.0:
dependencies:
invariant "^2.2.4"

expo-task-manager@~11.7.0:
version "11.7.0"
resolved "https://registry.yarnpkg.com/expo-task-manager/-/expo-task-manager-11.7.0.tgz#3e87a3c3d941a60d3c4447d837b3ae95be7dcb4b"
integrity sha512-P5pmN3rQgDaIeLyEFMXixuimeRR4IDDU6nDo1kv/Y2JQrgpNKeOHjTbRdzd6iPOeqIa+/3k3tAooU8VYp534tA==
dependencies:
unimodules-app-loader "~4.5.0"

expo@~50.0.0-preview.4:
version "50.0.0-preview.4"
resolved "https://registry.yarnpkg.com/expo/-/expo-50.0.0-preview.4.tgz#f748884e623b98d0bcfaad4c964b503efefef790"
Expand Down Expand Up @@ -8762,6 +8769,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==

unimodules-app-loader@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/unimodules-app-loader/-/unimodules-app-loader-4.5.0.tgz#5ec66088d740bd17dc5c94b88c91f21249d9f0ba"
integrity sha512-q/Xug4K6/20876Xac+tjOLOOAeHEu2zF66LNN/5c8EV4WPEe/+RYZEljN/woQt17KPIB2eyel9dc+d6qUMjUOg==

unique-filename@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
Expand Down

0 comments on commit 436d069

Please sign in to comment.