History log of /expo/apps/README.md (Results 1 – 5 of 5)
Revision Date Author Comments
# 42588157 26-Jan-2022 Brent Vatne <[email protected]>

[markdown] Update various markdown files to new main branch


# 93a44b2e 26-Apr-2021 Bartosz Kaszubowski <[email protected]>

[apps] revert change to relative links in Readme (#12719)


# 4891e270 16-Apr-2021 Bartosz Kaszubowski <[email protected]>

[apps] update Readme, improve readability (#12554)

# Why

To improve readability and overall clarity.

# How

Alphabetic order of apps, formatting and links to the packages.


# d8dcfb65 28-Jan-2020 Tomasz Sapeta <[email protected]>

[bare-expo][ncl] Add native-component-list to bare-expo (#6868)

# Why

Make it easier to test things on both workflows at the same time.

# How

- Added `native-component-list` as a dependency

[bare-expo][ncl] Add native-component-list to bare-expo (#6868)

# Why

Make it easier to test things on both workflows at the same time.

# How

- Added `native-component-list` as a dependency of `bare-expo`.
- Updated `app.json` config for web as now we need to tell babel to transpile files from NCL.
- Resolved some issues caused by the fact that NCL was intended for use in managed workflow.
- Added new bottom tab bar navigator for switching between TestSuite, Expo APIs and Expo Components.
- Removed `standalone-ncl` app - it's useless now.

# Test Plan

- [x] Test bare-expo on mobile
- [x] Test bare-expo on web
- [x] Test native-component-list on mobile
- [x] CI tests are passing

I haven't tested whether every NCL screen works inside BareExpo, hopefully we will be fixing them separately once we use those screens.

# Demo

![Simulator Screen Shot - iPhone 11 - 2020-01-27 at 12 05 38](https://user-images.githubusercontent.com/1714764/73179384-87fe5e80-4113-11ea-9a35-ec9b47c993cf.png)

# Proposals for improvements in the future

- Create `managed-expo` app that is actually the same as `bare-expo` but for managed workflow. That would make it really easy to debug every thing in both workflow at once.
- Add the possibility to exclude `native-component-list` when running on the CI - with NCL it takes a bit more time to load the page.
- I noticed the first tests (Basic) are taking much more time than subsequent ones and I guess it's because the first `page.goto` call triggers webpack to start bundling the app and until then we don't receive any response. Maybe we should open that page at the root path before running tests and give it as much time as it needs to and thus prevent timeouts in the first tests ��

show more ...


# 97476fce 19-Nov-2019 James Ide <[email protected]>

[readme] Add an explanation of the apps directory and need to stay lean