-
Notifications
You must be signed in to change notification settings - Fork 2.8k
learn: add react native tutorial #2136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy preview for hasura-docs ready! Built with commit d93ca89 |
72feb0f to
b0f95f1
Compare
…hasura-react-native
…-engine into learn-hasura-react-native
vnovick
left a comment
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.
Please change inconsistencies in the docs and between sections
And most importantly please create a new engine instance for react-native and mobile in general with the same custom auth you are using because we need to run graphiql on that engine.
|
|
||
| ```graphql | ||
| - query { | ||
| + query ($is_public: Boolean) { |
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.
later on you use $isPublic - please change to that
| + created_at: desc | ||
| + }, | ||
| - where: { is_public: { _eq: false} } | ||
| + where: { is_public: { _eq: $is_public} } |
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.
isPublic
| id | ||
| title | ||
| created_at | ||
| is_completed |
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.
add here user and basically all data you get in the next section.
|
Review app https://hge-ci-pull-2136.herokuapp.com is deleted |
Add React Native tutorial
Description
Affected components
Related Issues
Solution and Design
Steps to test and verify
Limitations, known bugs & workarounds