History log of /expo/packages/expo-dev-client/plugin/src/withDevClient.ts (Results 1 – 11 of 11)
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 ...


# 8a424beb 11-Aug-2023 James Ide <[email protected]>

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with th

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with the actual
changes. The rest of this PR are changes to get the linter passing
(mostly autofix).

How
---
Update eslint-config-prettier and eslint-plugin-prettier. To address
deprecation warnings, also update typescript-eslint/parser and
typescript-eslint/eslint-plugin.
Because of an update to typescript-eslint/parser, we need to suppress
deprecation warnings (documented in a comment).

Regenerated test snapshots. Due to the upgraded dependencies, typecasts
and optional chaining are now auto-fixable by lint. This converts
warnings into autofixes.

Test Plan
---
`yarn test` in the linter config. Run `expotools check --all --fix-lint
--no-build --no-test --no-uniformity-check` to try this config on the
whole repo.

---------

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

show more ...


# 435bbba8 25-Sep-2022 Brent Vatne <[email protected]>

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


# 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


# ab22f034 27-Oct-2021 Bartłomiej Bukowski <[email protected]>

[multiple packages] Fix broken typings causing `check-packages` failures (#14912)


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


# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)


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