History log of /expo/docs/ui/components/FileTree/index.tsx (Results 1 – 5 of 5)
Revision Date Author Comments
# 920d7a63 19-Jul-2023 Bartosz Kaszubowski <[email protected]>

[docs] add missing keys to enumerated elements (#23604)


# 215a1323 17-Jul-2023 Evan Bacon <[email protected]>

chore(docs): integrate config plugins doc (#23560)

# Why

The original doc was a large markdown file that we brought over. This PR
aims to integrate the doc better with the Expo docs by using bui

chore(docs): integrate config plugins doc (#23560)

# Why

The original doc was a large markdown file that we brought over. This PR
aims to integrate the doc better with the Expo docs by using built-in
components.


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

# How

Added the ability to pass a note to the `FileTree` and replaced the
markdown blocks with `FileTree`s.


## Before

<img width="662" alt="Screenshot 2023-07-16 at 8 43 09 PM"
src="https://github.com/expo/expo/assets/9664363/923ed351-e66a-40c5-a1d3-553c1f9e14e0">

## After

I'm not especially in love with this, but it is better than the code
block.

<img width="670" alt="Screenshot 2023-07-16 at 8 42 57 PM"
src="https://github.com/expo/expo/assets/9664363/df5e8106-ea10-4540-ab7b-c51a4eee228d">

On smaller screens, the note will scroll instead of wrap.

<img width="505" alt="Screenshot 2023-07-16 at 8 48 51 PM"
src="https://github.com/expo/expo/assets/9664363/9ec54840-4765-4c5a-9e4a-f3e60d58d2b6">

show more ...


# 77c2a718 23-Jun-2023 Bartosz Kaszubowski <[email protected]>

[docs] FileTree: fix logic error when there is no directories (#23065)


# a9f9618c 16-Jun-2023 Evan Bacon <[email protected]>

feat(docs): use custom layout icon for Expo Router Layout Routes (#22927)

# Why

- Help visually distinguish Layout Routes from other files. The
`_layout` file format may be the first exposure th

feat(docs): use custom layout icon for Expo Router Layout Routes (#22927)

# Why

- Help visually distinguish Layout Routes from other files. The
`_layout` file format may be the first exposure that many native
developers get to magic file naming.


<img width="984" alt="Screenshot 2023-06-15 at 6 35 26 PM"
src="https://github.com/expo/expo/assets/9664363/5c33108c-d9da-4037-8dbf-a4967dde9588">

show more ...


# c7504584 17-May-2023 Bartosz Kaszubowski <[email protected]>

[docs] add FileTree component, replace ASCII file structures (#22513)