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

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


# 8f4283e8 09-Sep-2022 andy <[email protected]>

[dev-client] update config plugin to remove exp+ scheme from autoVeri… (#18963)


# f1bb9346 18-Nov-2021 Evan Bacon <[email protected]>

[expo-dev-client][plugin] Fix android adding duplicate schemes (#15057)

* [plugin] Fix android adding duplicate schemes

* Update CHANGELOG.md


# 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 ...


# dd3fc24c 08-Jun-2021 Ville Immonen <[email protected]>

[expo-dev-client] Autogenerate a common URI scheme for iOS/Android if none exist (#13147)