-
Notifications
You must be signed in to change notification settings - Fork 202
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
docs: Add React Native samples to Storage Quick Start #1064
Open
choir241
wants to merge
35
commits into
main
Choose a base branch
from
docs-react-native-samples
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
27f75d5
docs: add client react native code snippet sample to docs/products/st…
choir241 ebb00f7
docs: update code snippets based on client-react-native manual test
choir241 6ec110e
docs: add specific parameters for FILE type in client-react-native
choir241 c7fc26b
docs: add field to uri object in code snippet
choir241 fe4b26f
docs: update file type object properties with FILE properties from co…
choir241 678f269
docs: update file object properties in code snippet based on testing …
choir241 655c0d3
docs: replace double quotes with single quotes, change object to mult…
choir241 56c1460
docs: replace double quotes with single quotes for react-native-appwrite
choir241 2ffe92b
docs: replace placeholder [] for <> in code snippets
choir241 a22e4f7
docs: remove Permission from code snippets to remove optional paramet…
choir241 7234c11
chore: fix spacing in blog post
choir241 9598a60
docs: revert flutter, android-kotlin, and client-apple file object pr…
choir241 6da8fb5
chore: remove extra space
choir241 b5759ef
update http code snipeet
choir241 b21be3f
Update src/routes/docs/products/storage/quick-start/+page.markdoc
choir241 2a7caa3
Update src/routes/docs/products/storage/quick-start/+page.markdoc
choir241 4e57243
docs: revert web file object to previous iteration, include imports f…
choir241 180aaa0
docs: replace double quotes for single quotes and update image type f…
choir241 0280cc3
replace setProject argument with placeholder <PROJECT_ID for consistency
choir241 dd9610e
Merge branch 'main' into docs-react-native-samples
choir241 0e45184
Merge branch 'main' into docs-react-native-samples
choir241 babfa8e
docs: change file comment to sentence case for consistency, update qu…
choir241 e7f0d1e
Merge branch 'docs-react-native-samples' of https://github.com/appwri…
choir241 3a8a58d
Merge branch 'main' into docs-react-native-samples
choir241 113112b
Update src/routes/docs/products/storage/quick-start/+page.markdoc
choir241 4c001ab
Update src/routes/docs/products/storage/quick-start/+page.markdoc
choir241 9e24a53
docs: fix duplicate import to ensure accuracy. Add underscore to main…
choir241 48debf9
docs: remove redundant comment
choir241 3d32999
Merge branch 'main' into docs-react-native-samples
choir241 a23eff1
docs: Align comments and replace single quotes for double quotes in k…
choir241 aa9fd32
docs: update indentation for code snippet
choir241 27b8aeb
docs: remove setEndpoint from code snippets in storage quick start
choir241 605ad36
Update src/routes/docs/products/storage/quick-start/+page.markdoc
choir241 cf823e3
docs: add quotes to match consistency with other code snippet example…
choir241 dd67e5f
Merge branch 'main' into docs-react-native-samples
choir241 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@choir27 We use
<>
angle brackets universally for placeholders now. I started moving toward this but didn't finish. Make sure you stay consistent!