Skip to content

Commit

Permalink
feat: add expo task manager
Browse files Browse the repository at this point in the history
zhiqingchen committed Dec 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0489893 commit 14c1689
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
@@ -87,6 +87,7 @@
"expo-keep-awake": "~12.8.0",
"expo-location": "~16.5.1",
"expo-sensors": "~12.9.0",
"expo-task-manager": "~11.7.0",
"linear-gradient-taro": "^1.0.1",
"lottie-ios": "3.4.0",
"lottie-react-native": "^5.1.6",
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -10030,6 +10030,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.7:
version "50.0.0-preview.7"
resolved "https://registry.yarnpkg.com/expo/-/expo-50.0.0-preview.7.tgz#d4ac7a9aad0a5e9f03a31b8794e186a1af741edc"
@@ -19527,6 +19534,11 @@ unified@^6.0.0:
vfile "^2.0.0"
x-is-string "^0.1.0"

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==

union-value@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 comments on commit 14c1689

Please sign in to comment.