Adam Kapos
Adam Kapos
I asked the people at Unity and they said that registering the plugin can be done anytime - it does not need to happen from a native iOS call: >Our...
We have the same issue on Android with Unity 6. We are using version 1.9.0.
I just came across this issue and tried to apply your workaround: ``` const { getDefaultConfig } = require('expo/metro-config'); /** @type {import('expo/metro-config').MetroConfig} */ const config = getDefaultConfig(__dirname); // See https://github.com/vercel/swr/issues/4129...
In my case the problem is that I import both `swr` and `swr/infinite`. While `swr` bundles the `mjs` files (as expected), `infinite` bundles `js` files for some reason.
A more universal fix is being worked on here: https://github.com/expo/expo/issues/39653
What's the state of this one? I just noticed that the version installed via brew is out of date and the [config](https://docs.spotifyd.rs/configuration/index.html) doesn't work with the old version. Anything I...
@cho-m would it be possible to resurrect this?