History log of /expo/packages/expo-dev-client/plugin/src/getDefaultScheme.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# 435bbba8 25-Sep-2022 Brent Vatne <[email protected]>

Re-export config-plugins from expo package and update docs (#18855)


# 4813bc2e 10-Jun-2021 Ville Immonen <[email protected]>

[expo-dev-client] Add `getDefaultScheme` function for Expo CLI (#13230)

Expo CLI needs to format the slug the same way as the dev client plugin to be able to use a
correct scheme for the app.

-

[expo-dev-client] Add `getDefaultScheme` function for Expo CLI (#13230)

Expo CLI needs to format the slug the same way as the dev client plugin to be able to use a
correct scheme for the app.

- Rename `generateScheme` to `getDefaultScheme`
- Expose it in the top level of the package
- Add runtime argument validation to `getDefaultScheme`

show more ...