History log of /expo/.github/CODEOWNERS (Results 1 – 25 of 56)
Revision Date Author Comments
# 33cb3599 22-Sep-2023 Brent Vatne <[email protected]>

[github] Update CODEOWNERS


# 07b2b45b 09-Aug-2023 Evan Bacon <[email protected]>

fix(router): fix pushing basic stack (#23833)

# Why


There's an issue where moving from "a -> b" is considered siblings:
- a. index (initialRouteName="index")
- b. stack/index
However, the pr

fix(router): fix pushing basic stack (#23833)

# Why


There's an issue where moving from "a -> b" is considered siblings:
- a. index (initialRouteName="index")
- b. stack/index
However, the preservation approach doesn't work because it would be
moving to a route with the same name.
The next check will see if the current focused route has the same name
as the next route, if so, then fallback on the default React Navigation
logic.

# Test Plan

- Added 2 new test cases.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# bc3b43c2 29-Jul-2023 Evan Bacon <[email protected]>

delete expo-stories (#23760)

# Why

- `expo-stories` is unmaintained and unused.
- The dependency on react-navigation is blocking the expo-router
migration https://github.com/expo/expo/pull/2372

delete expo-stories (#23760)

# Why

- `expo-stories` is unmaintained and unused.
- The dependency on react-navigation is blocking the expo-router
migration https://github.com/expo/expo/pull/23725 because there are no
maintainers it's unclear how to safely upgrade react-navigation in
stories.

show more ...


# 35091acb 29-Jun-2023 Kim Brandwijk <[email protected]>

[gh] remove Kim from codeowners (#23203)


# 7ba29221 22-Jun-2023 Wojciech Kozyra <[email protected]>

Update CODEOWNERS (#23025)


# ec18e9d5 30-Mar-2023 lukmccall <[email protected]>

[github] update codeowners


# ab91dd02 22-Mar-2023 aleqsio <[email protected]>

[expo-modules] Create local create-expo-module template (#21460)


# 87ffd749 13-Feb-2023 Evan Bacon <[email protected]>

remove deprecated expo-error-recovery (#21135)

# Why

- Readme said we'd remove this in SDK 47.
- Deprecated originally because expo-updates uses its own version of
expo-error-recovery.

# How

remove deprecated expo-error-recovery (#21135)

# Why

- Readme said we'd remove this in SDK 47.
- Deprecated originally because expo-updates uses its own version of
expo-error-recovery.

# How

- Deleted a bunch of references to expo-error-recovery.

# Test Plan

- tbd

show more ...


# 0652a2a5 19-Jan-2023 Brent Vatne <[email protected]>

[github] Add @kudo @gabrieldonadel as codeowners for expo-build-properties


# b2b666aa 12-Dec-2022 Tomasz Sapeta <[email protected]>

[github] Add expo-image code owners


# 36096c07 07-Dec-2022 Douglas Lowder <[email protected]>

[config-plugins][config-types] add code owners (#20375)

Co-authored-by: Evan Bacon <[email protected]>


# c53ca925 03-Nov-2022 Cedric van Putten <[email protected]>

Add missing codeowners for package manager (#19767)


# 193d833e 28-Oct-2022 Cedric van Putten <[email protected]>

Clean up code owners (#19768)

* Clean up code owners

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review


# 6297d8c7 30-Aug-2022 Wojciech Kozyra <[email protected]>

[gl] merge `expo-gl-cpp` into `expo-gl` (#18875)


# 6be723bf 16-Aug-2022 Łukasz Kosmaty <[email protected]>

[github] Update codeowners for core and autolinking (#18662)


# 582c61e1 12-Aug-2022 Brent Vatne <[email protected]>

[github] Add @kbrandwijk to docs codeowners to ensure he is always notified of changes


# f447eb1f 18-Jul-2022 Brent Vatne <[email protected]>

[github] Add @Simek and @amandeepmittal as codeowners for docs


# 684cf477 12-Jul-2022 Bartłomiej Klocek <[email protected]>

[github] Update CODEOWNERS (#18212)


# 15741a41 12-Jul-2022 Brent Vatne <[email protected]>

[github] Add @wschurman and @douglowder to expo-updates owners


# 178f9ff5 12-Jul-2022 Brent Vatne <[email protected]>

[github] Update CODEOWNERS


# 6b52f6c2 08-May-2022 Giau. Tran Minh <[email protected]>

[google-sign-in] Remove deprecated package (#17388)


# 9de60485 29-Mar-2022 Tomasz Sapeta <[email protected]>

Entirely remove unimodules-task-manager-interface (#16782)


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...


# c76cba7a 11-Mar-2022 Evan Bacon <[email protected]>

Update CODEOWNERS (#16588)


# ce7ba165 04-Mar-2022 Giau. Tran Minh <[email protected]>

[expo-app-auth][expo-google-app-auth] remove deprecated packages (#16533)

* chore: remove expo-app-auth source code

* chore: remove expo-google-app-auth source code

* fix: remove examples from

[expo-app-auth][expo-google-app-auth] remove deprecated packages (#16533)

* chore: remove expo-app-auth source code

* chore: remove expo-google-app-auth source code

* fix: remove examples from NCL

* chore: remove documents

* chore: update podfile lock

* chore: remove codeowners

show more ...


123