-
Notifications
You must be signed in to change notification settings - Fork 24
Add Docs Expo Integration (expo-sqlite & op-sqlite) #84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is very useful... going to look at the mono PR now.
[userId, authToken], | ||
); | ||
|
||
if (!z) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When can this be null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point - on the other hand do you want this to be simplified and exclude using the useMemo
in the docs (but we can keep the comment about in production it should be memoized). Elsewhere in the docs it is kept simple.
href: string; | ||
noLink?: true; | ||
items?: EachRoute[]; | ||
title: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting change seems a bit odd.
maybe run npm run format
@aboodman - do we want to go ahead and merge this? Looks like it got stuck because the formatting of |
I was planning to look at this in deeper details (maybe next week or after the vacation end of the month) |
See rocicorp/mono#3841