History log of /expo/docs/pages/config-plugins/development-and-debugging.mdx (Results 1 – 8 of 8)
Revision Date Author Comments
# a16ac082 20-Sep-2023 Aman Mittal <[email protected]>

[docs] Fix vale warning about Latin abbrv., inconsistent case in headings and update verbiage (#24452)

Co-authored-by: Bartosz Kaszubowski <[email protected]>


# a91cbdc6 01-Sep-2023 Tarun Chauhan <[email protected]>

[docs] Fix broken links in various guides (#24233)


# 19498846 28-May-2023 Aman Mittal <[email protected]>

[docs] Update Expo config references to "app config" (#22645)

# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

[docs] Update Expo config references to "app config" (#22645)

# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

During the initial audit done by Jon, it was brought that we should be
consistent when using **app config** to represet
**app.json**/**app.config.js** files.

Currently, in many places, Expo config is used instead of **app
config**.

# How

This PR updates all references of Expo config to app config.

<!--
How did you build this feature or fix this bug and why?
-->

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

Changes have been tested by running docs locally.

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] 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: Bartosz Kaszubowski <[email protected]>

show more ...


# 13e9faea 24-May-2023 Cedric van Putten <[email protected]>

[docs] Update vscode plugin to new publisher (#22616)

# Why

See https://github.com/expo/vscode-expo/issues/178

# How

Updated all `byCedric.vscode-expo` references to
`expo.vscode-expo-tool

[docs] Update vscode plugin to new publisher (#22616)

# Why

See https://github.com/expo/vscode-expo/issues/178

# How

Updated all `byCedric.vscode-expo` references to
`expo.vscode-expo-tools`.

# 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).

show more ...


# 69f843a5 23-May-2023 Bartosz Kaszubowski <[email protected]>

[docs] fix Terminal content layout shift, remove unused page imports (#22596)


# d92bb961 16-May-2023 Aman Mittal <[email protected]>

[docs] Fix internal links to avoid redirects (#22498)


# 384598e2 24-Apr-2023 Brent Vatne <[email protected]>

[docs] Update references to expo install/run to npx expo install/run (#22197)

# Why

We should point to `npx expo *` instead of just `expo *` everywhere

# How

Search/replace

---------

[docs] Update references to expo install/run to npx expo install/run (#22197)

# Why

We should point to `npx expo *` instead of just `expo *` everywhere

# How

Search/replace

---------

Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>

show more ...


# 0680b787 10-Apr-2023 Aman Mittal <[email protected]>

[docs] Remove /home directory structure and make all directories top level (#22068)