History log of /expo/packages/expo-dev-client/plugin/build/withDevClient.js (Results 1 – 7 of 7)
Revision Date Author Comments
# 04e66b12 26-Sep-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[dev-launcher] Launch directly into previously opened project (#24614)

# Why

Closes ENG-10041

# How

In order to allow users to launch directly into previously opened
projects, this PR upda

[dev-launcher] Launch directly into previously opened project (#24614)

# Why

Closes ENG-10041

# How

In order to allow users to launch directly into previously opened
projects, this PR updates `startWithWindow` and `handleIntent` to try to
launch from the most recent URL of the RecentlyOpenedAppsRegistry. If
the bundle cannot be loaded, it falls back to the regular launcher.

This also refactors the existing dev-client and dev-launcher config
plugins adding a new `tryToLaunchLastOpenedBundle` parameter to the
Android and iOS plugin config types.

E.g.

```json
"plugins": [
[
"expo-dev-client",
{
"android": {
"tryToLaunchLastOpenedBundle": true
},
"ios": {
"tryToLaunchLastOpenedBundle": true
}
}
]
]
```

# Test Plan

Run dev-client through bare-expo on Android and iOS testing opening the
app directly, with and without "Recent Apps" and opening through deep
links

# Checklist


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

---------

Co-authored-by: Łukasz Kosmaty <[email protected]>

show more ...


# 1a9513ff 13-Dec-2021 Łukasz Kosmaty <[email protected]>

[dev-client][plugin] Remove unneeded `react-native.config.js` modification (#15380)

# Why

Closes ENG-1694

# How

After we land https://github.com/expo/expo/pull/15379, we won't longer need t

[dev-client][plugin] Remove unneeded `react-native.config.js` modification (#15380)

# Why

Closes ENG-1694

# How

After we land https://github.com/expo/expo/pull/15379, we won't longer need to link our dependencies through `react-native.config.js`. So we can remove it ;)

# Test Plan

- Run config plugin and see if `react-native.config.js` was created ✅

show more ...


# 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


# b96f6724 09-Sep-2021 Łukasz Kosmaty <[email protected]>

[dev-client][plugins] Link to installation instructions in config plugin error messages (#14307)

# Why

Closes ENG-1839.

# How

Add a link to the installation instructions in the error messag

[dev-client][plugins] Link to installation instructions in config plugin error messages (#14307)

# Why

Closes ENG-1839.

# How

Add a link to the installation instructions in the error message.

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)


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

[expo-dev-client] Fix `react-native.config.js` not being added in `expo prebuild --platform android` (#13204)


# 4b57290a 06-May-2021 Ville Immonen <[email protected]>

[dev-client] Add expo-dev-client package (#12765)