History log of /expo/docs/README.md (Results 1 – 25 of 93)
Revision Date Author Comments
# afd513e4 10-Sep-2023 Aman Mittal <[email protected]>

[docs] Fix incorrect platform order and latin abbreviation usage warnings from Vale (#24338)


# 7a27eaf4 04-Sep-2023 Aman Mittal <[email protected]>

[docs] Configure and integrate Vale in docs (#24146)

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


# c833cca8 28-Jun-2023 Aman Mittal <[email protected]>

[docs] Add info about using callout & format `docs/README` (#22992)


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


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

[docs] Update Readme to include newly organized docs structure (#22063)


# 3d20bbfa 11-Jan-2023 Aman Mittal <[email protected]>

[docs] Add steps to update API reference docs (#20768)

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


# 09488a26 29-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] chores, cleanup project files, update Readme (#20638)


# 4f5fbf3b 08-Dec-2022 Aman Mittal <[email protected]>

[docs] Add description tag in metadata for SEO purposes (#20386)


# 3fd1dc07 07-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] update Next and other dependencies (#20372)


# c72cf419 24-Nov-2022 Bartosz Kaszubowski <[email protected]>

[docs] remove React Native docs and docs submodule (#19287)

Co-authored-by: Brent Vatne <[email protected]>


# 89d2c67f 22-Nov-2022 Bartosz Kaszubowski <[email protected]>

[docs] improved search/command menu (#20032)


# d8bcf218 21-Nov-2022 Aman Mittal <[email protected]>

[docs] Update component import statement in the Readme (#20133)


# 8682b075 30-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] update lint setup, run Prettier on MDX (#19323)


# 3f609562 21-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] convert app to ESM, update MDX to v2 (#18947)

Co-authored-by: Jon Samp <[email protected]>


# 59a5dd8c 12-Sep-2022 Brent Vatne <[email protected]>

[docs] Use npx expo install for InstallSection except on SDK 43, 44, and 45 versioned docs (#19073)


# 1ee07e74 05-Aug-2022 Aman Mittal <[email protected]>

[docs]README: Update sidebarTitle reference (#18506)


# b00ce436 26-Jul-2022 Aman Mittal <[email protected]>

[guides]: Add Expo Documentation Style Guide (#18325)


# 55f67d50 29-Jun-2022 Aman Mittal <[email protected]>

[docs-readme] Add info about using Terminal component (#18018)

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


# 640b8015 13-Apr-2022 apeltop <[email protected]>

[docs] correct typos (#17021)


# 1ebd0329 26-Jan-2022 Brent Vatne <[email protected]>

[docs] Update default branch to main


# bc0d8d31 27-Oct-2021 Jon Samp <[email protected]>

[docs] Replace code word styled file names with bold file names (#14915)

* initial code mod

* directory and folder

* more replacements

* add info plist

* more native files

* gradle

[docs] Replace code word styled file names with bold file names (#14915)

* initial code mod

* directory and folder

* more replacements

* add info plist

* more native files

* gradle

* fix quadruple stars

* fix code and bold styles

* Node.js

* nodejs

* expo-crypto, expo-random

* capitalize Info.plist

show more ...


# 38fcf40f 02-Aug-2021 James Ide <[email protected]>

[docs] Replace expo.io references with expo.dev (#13876)

Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io doma

[docs] Replace expo.io references with expo.dev (#13876)

Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io domains like Snack, the main site, and the docs themselves. We want to update these links for consistency.

Additionally, the canonical links had an extra "/" in them, which is correct to remove since `pathname` includes a leading "/".

How: searched for all references to forums.expo.io, docs.expo.io, blog.expo.io, and snack.expo.io and updated them to their *.expo.dev counterparts. Then searched for expo.io and went through the remaining results to decide if they should be changed or not. One example of a domain I left alone was auth.expo.io, which is the domain we still use in expo-auth-session.

Test Plan: `yarn test` to make sure tests pass. `yarn dev` to load the site and browse around. Specifically made sure Snack examples worked, links to various Expo pages used the .dev domain, and checked the `rel=canonical` link of the page to make sure it didn't have two slashes.

show more ...


# 626fb3e3 21-Jul-2021 Hein Rutjes <[email protected]>

[docs] Fix Snacks after dev domain migration (#13716)

* [docs] Fix Snacks after dev domain migration

* update snack urls


# 4adce310 14-Jun-2021 tcdavis <[email protected]>

[docs] Update dev client documentation for the managed workflow Eng-961

* [docs] Update documentation for the managed workflow

* Update README for proper usage of Tabs plugins

* Fix styling of

[docs] Update dev client documentation for the managed workflow Eng-961

* [docs] Update documentation for the managed workflow

* Update README for proper usage of Tabs plugins

* Fix styling of tabs components

* review feedback

* correct eas build config for managed projects

* fix trailing commas in eas.json

show more ...


# 4fc31ee8 02-Jun-2021 Hayden Daly <[email protected]>

[docs] Fix redirect for versioned renamed paths (#13121)

Why
Docs redirect for https://docs.expo.io/versions/vX.0.0/guides/push-notifications doesn't redirect to https://docs.expo.io/push-notificat

[docs] Fix redirect for versioned renamed paths (#13121)

Why
Docs redirect for https://docs.expo.io/versions/vX.0.0/guides/push-notifications doesn't redirect to https://docs.expo.io/push-notifications/overview/ as it should.

How
Created getRedirectPath function in /docs/common/error-utilities.ts and modified conditional for versioned renamed path (see line 31-37). Was able to import this into /docs/pages/_error.tsx for overall simplified code.

Test Plan
Tested locally and wrote suite of unit tests covering edge cases handled getRedirectPath function in /docs/common/error-utilities.test.ts.

show more ...


1234