History log of /expo/home/graphql/queries/BranchesForProjectQuery.query.graphql (Results 1 – 2 of 2)
Revision Date Author Comments
# 4bf298e0 17-May-2023 Quinlan Jung <[email protected]>

[expo-go] change project/branch screens to query updates by sdkVersion (#22511)

# Why

We want to deprecate `sdkVersion` runtime, but still want to let users
develop in Expo Go if they are using

[expo-go] change project/branch screens to query updates by sdkVersion (#22511)

# Why

We want to deprecate `sdkVersion` runtime, but still want to let users
develop in Expo Go if they are using a supported SDK version.

In the Expo Go project view, we filter all the updates by supported
`runtimeVersion` (ie) `expoSdk:48.0.0`. This means anyone on a runtime
policy like `appVersion` wont have any of their updates show up even
though they are on a supported sdk.

<img
src="https://github.com/expo/universe/assets/6380927/e96f1db2-201e-4e14-98d2-86d15a3102c2"
width="200" height="400" />

# How

Query updates by `sdkVersion` instead of `runtimeVersion` in Graphql.

# Test Plan

- [ ] I loaded the JS into the unversioned Expo Go and it works
<img width="310" alt="Screenshot 2023-05-16 at 10 30 41 PM"
src="https://github.com/expo/expo/assets/6380927/ebf9d783-c970-422b-bfca-3a370febe037">


# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] 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).

show more ...


# be37628c 25-Mar-2022 Juwan Wheatley <[email protected]>

[home] implement redesigned project details and branch-related screens (#16699)

* scaffold using existing project page

* refactor warning box and classic updates button

* redesign empty sectio

[home] implement redesigned project details and branch-related screens (#16699)

* scaffold using existing project page

* refactor warning box and classic updates button

* redesign empty section

* pull classic updates section into its own file

* move eas update section into its own file

* redesign updates section

* add constants section

* [home] implement branch list screen (#16708)

* [home] implement branch list screen

* [home] implement branch details page (#16710)

* [home] implement branch details page

* use exp protocol to open updates in Expo Go

* remove kitchen sink

* update recently updated section to ignore invalid EAS Updates

* use flatlist for branch details update list

show more ...