-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(react-native): Add push notification docs #5344
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
@cshfang, since a file was deleted from the
|
You have successfully added a new CodeQL configuration |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
src/pages/lib/push-notifications/getting-started/q/platform/[platform].mdx (302)
src/fragments/lib/push-notifications/common/getting-started.mdx (302)
src/fragments/lib/push-notifications/common/testing.mdx (302) |
src/fragments/lib/push-notifications/react-native/getting_started/40_install_lib.mdx
Outdated
Show resolved
Hide resolved
...ragments/lib/push-notifications/react-native/getting_started/50_integrate_native_modules.mdx
Outdated
Show resolved
Hide resolved
...ragments/lib/push-notifications/react-native/getting_started/50_integrate_native_modules.mdx
Outdated
Show resolved
Hide resolved
...fragments/lib/push-notifications/react-native/getting_started/60_init_push_notifications.mdx
Show resolved
Hide resolved
...s/lib/push-notifications/react-native/interact_with_notifications/notification-lifecycle.mdx
Outdated
Show resolved
Hide resolved
...ents/lib/push-notifications/react-native/interact_with_notifications/notification-opened.mdx
Outdated
Show resolved
Hide resolved
...fragments/lib/push-notifications/react-native/interact_with_notifications/token-received.mdx
Outdated
Show resolved
Hide resolved
src/fragments/lib/push-notifications/react-native/identify_user/30_send_to_pinpoint_profile.mdx
Outdated
Show resolved
Hide resolved
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.
Most of my comments are pretty nit-picky but I gotta say I love what you've done with the imports/fragments. We should probably try to make that a standard going forward
src/fragments/lib/push-notifications/react-native/getting_started/30_existing_resources.mdx
Outdated
Show resolved
Hide resolved
src/fragments/lib/push-notifications/react-native/getting_started/30_existing_resources.mdx
Outdated
Show resolved
Hide resolved
...ragments/lib/push-notifications/react-native/getting_started/50_integrate_native_modules.mdx
Outdated
Show resolved
Hide resolved
src/fragments/lib/push-notifications/react-native/identify_user/10_get_auth_user.mdx
Outdated
Show resolved
Hide resolved
.../lib/push-notifications/react-native/enable_rich_notifications/enable-rich-notifications.mdx
Outdated
Show resolved
Hide resolved
.../lib/push-notifications/react-native/enable_rich_notifications/enable-rich-notifications.mdx
Outdated
Show resolved
Hide resolved
...s/lib/push-notifications/react-native/interact_with_notifications/notification-lifecycle.mdx
Outdated
Show resolved
Hide resolved
src/fragments/lib/push-notifications/react-native/request_permissions/request-permissions.mdx
Outdated
Show resolved
Hide resolved
src/fragments/lib/push-notifications/react-native/request_permissions/request-permissions.mdx
Show resolved
Hide resolved
…ted/50_integrate_native_modules.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…r/10_get_auth_user.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…tup-apns.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…notifications/enable-rich-notifications.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…notifications/enable-rich-notifications.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…h_notifications/notification-lifecycle.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…issions/request-permissions.mdx Co-authored-by: Bannon Tanner <bannon.n.tanner@gmail.com>
…unt/app-badge-count.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…unt/app-badge-count.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…ted/10_pre_req.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…ted/40_install_lib.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…h_notifications/notification-lifecycle.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…h_notifications/notification-received.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…_previous_version/migrate-from-previous-version.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…_previous_version/migrate-from-previous-version.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…_previous_version/migrate-from-previous-version.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…_previous_version/migrate-from-previous-version.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…issions/request-permissions.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
…issions/request-permissions.mdx Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
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
b7e7682
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
Description of changes:
This PR adds public documentation for Amplify Push Notification for React Native
redirects are needed
Instructions
If this PR should not be merged upon approval for any reason, please submit as a DRAFT
Which product(s) are affected by this PR (if applicable)?
Which platform(s) are affected by this PR (if applicable)?
Please add the product(s)/platform(s) affected to the PR title
Checks
Does this PR conform to the styleguide?
Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.
Are any files being deleted with this PR? If so, have the needed redirects been created?
Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
ref: MDX:
[link](https://link.com)
HTML:
<a href="https://link.com">link</a>
When this PR is ready to merge, please check the box below
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.