diff options
author | Ansh <anshnanda10@gmail.com> | 2023-07-21 15:39:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 17:39:06 -0500 |
commit | bb99a234e18e8582f391f6f2e93c9efa10f79cc3 (patch) | |
tree | 99bcb0ba3ec485c7270641a0ad56a2f565bf7804 /package.json | |
parent | bf00d498638c881ae2738b255f018686ee374ce7 (diff) | |
download | voidsky-bb99a234e18e8582f391f6f2e93c9efa10f79cc3.tar.zst |
[APP-720] Paginate custom feeds (#1030)
* paginate custom feeds * Fix loading state bug * DRY code up
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 48c296364..48c5d030c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "^0.3.13", + "@atproto/api": "^0.4.2", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/html-elements": "^0.4.2", |