-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 metro config wrapper and reanimated logger docs #6467
Conversation
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
0ab9596
to
dc73971
Compare
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.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.
Awesome work, much better than the original version! Still some little bits to improve though.
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/accurate-call-stacks.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
packages/docs-reanimated/docs/debugging/logger-configuration.mdx
Outdated
Show resolved
Hide resolved
7990946
to
893122f
Compare
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 for me now, let's wait for @kacperkapusciak's review.
Co-authored-by: Kacper Kapuściak <39658211+kacperkapusciak@users.noreply.github.com>
Co-authored-by: Kacper Kapuściak <39658211+kacperkapusciak@users.noreply.github.com>
Co-authored-by: Tomasz Żelawski <40713406+tjzel@users.noreply.github.com>
Co-authored-by: Tomasz Żelawski <40713406+tjzel@users.noreply.github.com>
Co-authored-by: Tomasz Żelawski <40713406+tjzel@users.noreply.github.com>
Co-authored-by: Tomasz Żelawski <40713406+tjzel@users.noreply.github.com>
893122f
to
b99f8c9
Compare
Summary
This PR adds pages in docs for the new metro config wrapper and custom logger configuration.
It also changes logger configuration to use the
strict
mode by default and adds a reference to docs for those would would like to disable strict mode warnings.I spotted an issue with
configureReanimatedLogger
on the web, as there is noexecuteOnUIRuntimeSync
in JSReanimated, so I added the necessary check in there as well.Examples
Metro config docs
Logger config docs
Adjusted message for
strict
mode warningsTest plan
Open docs locally and navigate to the new Debugging section.