[docs] Expo Router: add docs for missing API reference (#23355)# Why - As mentioned by @amandeepmittal, we need docs for the hooks API https://github.com/expo/expo/pull/23243 # How - Adde
[docs] Expo Router: add docs for missing API reference (#23355)# Why - As mentioned by @amandeepmittal, we need docs for the hooks API https://github.com/expo/expo/pull/23243 # How - Added API ref and ported docs. - Added a URL switching component to help users understand how different runtimes work. <img width="643" alt="Screenshot 2023-07-06 at 5 34 02 PM" src="https://github.com/expo/expo/assets/9664363/19e824ef-d22e-460e-9a2a-08fc956e872a"> <img width="639" alt="Screenshot 2023-07-06 at 5 34 08 PM" src="https://github.com/expo/expo/assets/9664363/a813891c-2fae-4179-b379-e1bc0ed39b01"> <img width="636" alt="Screenshot 2023-07-06 at 5 34 16 PM" src="https://github.com/expo/expo/assets/9664363/db96627f-93b1-4da0-a148-0d86eb59cd29"> <img width="637" alt="Screenshot 2023-07-06 at 5 34 21 PM" src="https://github.com/expo/expo/assets/9664363/38151aeb-7f62-480d-ac82-b37d05d3d962"> --------- Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
[docs] update lint stack, bump Next (#23453)
[docs] a11y: customize focus appearance, ensure visibility (#23093)
[docs] fix Terminal content layout shift, remove unused page imports (#22596)
[docs] fix CodeBlocksTable appearance after latest header changes (#22571)
[docs] fix Terminal issue while rendering unmarked lines (#22578)
[docs] add icon to DiffBlock header (#22524)
[docs] cleanup and unify snippet components (#22495)
[docs] fix Step component layout shift due to SSR (#22493)
[docs] address home page snippet layout shift
[docs] partially migrate Snippet component to Tailwind (#21864)# Why The plan is roughly to: 1. Migrate snippet from using Emotion entirely to Tailwind. 2. Copy snippet to styleguide repo. 3.
[docs] partially migrate Snippet component to Tailwind (#21864)# Why The plan is roughly to: 1. Migrate snippet from using Emotion entirely to Tailwind. 2. Copy snippet to styleguide repo. 3. Switch to using snippet from styleguide. 4. Remove local snippet implementation. We are in step 1. # How By rewriting class after class from Emotion to Styleguide. There are some classes left but this brings us one step closer to finishing point 1. I change I made: instead of 42px I used 40px to just use a TW class and skip adding too much custom styles. The difference is probably unnoticeable if you don't know what to look for, but of course it's an unplanned change so we might not want it. Let me know what you think. # Test Plan Visit snippets in docs and make sure that I didn't break anything. # 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). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
[docs] Update manual installation steps for installing Expo modules in bare React Native (#21797)
[docs] migrate to new styleguide packages (#21557)
[docs] UI tweaks and corrections (#21360)
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius values. # How - Very carefully finding + replacing values. - Also used `tsc` to find spots where I missed. # Test Plan I looked through the docs for awhile and fixed up a lot of spots that did not look correct. However, there may be more spots out there, so please click through the website and report any color issues that appear in this PR and not in production. # 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). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
[docs] switch to the new font system introduced in Next 13 (#20536)
[docs] Updates installing expo updates with bare React Native (#19542)
[docs] Snippet: improve actions accessibility, refactor SnackInline (#19389)
[docs] DiffBlock: fix dark mode styles issue (#19454)
[docs] fix typo + use Terminal component (#19417)
[docs] CodeBlocksTable: unify appearance with other code blocks (#19329)
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] refactor ConfigurationDiff to DiffBlock, support raw input, add tests (#19158)
[docs] adjust typography and text elements spacing (#18837)Co-authored-by: Jon Samp <[email protected]>
[docs] Home: add more animations, link icons, other small design tweaks (#18260)Co-authored-by: Jon Samp <[email protected]>
12