Fixes to the feed discovery page (#1238)

* Bump yarn.lock for... reasons

* Restyle DiscoverFeeds empty state (close #1236)

* Fix: maintain search state in feed discovery (close #1204)

* tsconfig fixes

* Tweaks to yarn.lock
This commit is contained in:
Paul Frazee 2023-08-24 16:16:14 -07:00 committed by GitHub
parent 7410bcd888
commit a5981e127f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2611 additions and 2403 deletions

View file

@ -2,11 +2,12 @@
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["node"],
"paths": {
"lib/*": ["./src/lib/*"],
"platform/*": ["./src/platform/*"],
"state/*": ["./src/state/*"],
"view/*": ["./src/view/*"],
"view/*": ["./src/view/*"]
}
}
}