Bumped iOS and tvOS deployment target to 15.1. (#30840 by @tsapeta)
🎉 New features
[Web] Modules are now registered in global. (#29870 by @aleqsio)
[iOS] Add support for passing SharedObjects as a function parameter. (#30314 by @aleqsio)
Added support for startObserving and stopObserving on the web. (#28953 by @aleqsio)
Switched exported EventEmitter to the C++ implementation. (#28946 by @tsapeta)
[Android] OnStartObserving and OnStopObserving can now be attached to a specific event. (#29012 by @lukmccall)
[Android] Add the ability to change the name of the exported shared object. (#30040 by @lukmccall)
[Android] Supported returning of the SharedObject from functions. (#30426 by @lukmccall)
[iOS] Support implementing customizeRootView in ExpoAppDelegateSubscriber. (#30550 by @alanjhughes)
[Android] Added support for primitive arrays in functions. (#30657 by @lukmccall)
Implemented toJSON function on shared objects that includes dynamic properties defined in their prototype chain. (#30813 by @tsapeta)
[iOS] Added experimental support for rendering SwiftUI views. (#19888 by @tsapeta)
[Android] Introduced experimental converter to support a broader range of types that can be passed to the JS. (#30944 by @lukmccall)
[iOS] Add functions that are called before and after a shared object is removed from the registry. (#30949 by @alanjhughes)
[Android] Rewrite map converter to support a broader range of types that can be passed to the JS. (#31016 by @lukmccall)
[Android] EitherTypeConverter now can work with the Dynamic class. (#31074 by @lukmccall)
[iOS] Added a way to provide shared objects memory pressure to improve garbage collection of native objects retaining some heavy data. (#31168 by @tsapeta)
[Android] The single parameter now can be auto-cast to the list. (#31290 by @lukmccall)
[Android] SharedRef converter now checks the inner ref type. (#31441 by @lukmccall)
[Android] Added support for changing if functions are enumerable. (#31495 by @lukmccall)
Introduced a base class for all shared refs (expo.SharedRef). (#31513 & #31706 by @lukmccall)
[Android] Added onStartListeningToEvent and onStopListeningToEvent to the SharedObject. (#31385 by @lukmccall)
Added Apple shared app groups support. (#31519 by @kudo)
[Android] Added a way to provide shared objects memory pressure to improve garbage collection of native objects retaining some heavy data. (#31784 by @lukmccall)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps expo-modules-core from 1.12.24 to 1.12.25.
Changelog
Sourced from expo-modules-core's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show