| #
75d433ca |
| 26-Sep-2023 |
Aman Mittal <[email protected]> |
[docs] Fix inconsistent terms usage, ellipses usage and update vale's token ignore scopes (#24593)
|
| #
6ad37b82 |
| 24-Sep-2023 |
Randall71 <[email protected]> |
[docs] Update tools.mdx (#24589)
|
| #
2378d3a2 |
| 23-Aug-2023 |
Brent Vatne <[email protected]> |
[docs] Fix note about network inspector - it is available in Expo Go in SDK 49+
|
| #
8a78d98e |
| 17-Jul-2023 |
Aman Mittal <[email protected]> |
[docs] Clean up `public/static` folder (#23574)
|
| #
b32eeae5 |
| 08-Jul-2023 |
Aman Mittal <[email protected]> |
[docs] Update instances of `--dev-client` & port `19000` for SDK 48 and lower (#23131)
|
| #
db2210c0 |
| 05-Jul-2023 |
Cedric van Putten <[email protected]> |
[docs] Refactor the debugging tools page (#22787)
# Why
It was kind of outdated, and didn't include the new inspector method.
# How
This draft focuses on the available tooling starting from
[docs] Refactor the debugging tools page (#22787)
# Why
It was kind of outdated, and didn't include the new inspector method.
# How
This draft focuses on the available tooling starting from SDK 49. It
does NOT focus on how to opt-in into this with SDK 48.
- Dropped outdated `Chrome DevTools` section
- Added new `Chrome DevTools` section, with feature hightights
- Updated the `React DevTools` section to focus on the built-in (cli)
version
- Added warnings that `Debug remote JS` does not work for Hermes apps
We might need to drop more sections, as they are outdated. I haven't
taken a look at the other debugging pages yet, but lets start with this
PR.
# Test Plan
Docs change only.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
---------
Co-authored-by: Aman Mittal <[email protected]>
show more ...
|
| #
0680b787 |
| 10-Apr-2023 |
Aman Mittal <[email protected]> |
[docs] Remove /home directory structure and make all directories top level (#22068)
|