Léo Amsallem
Léo Amsallem
@Haroenv I tried using requester-fetch and requester-browser-xhr : ```ts import { createFetchRequester } from "@algolia/requester-fetch"; const searchClient = algoliasearch("undefined", "undefined", { requester: createFetchRequester(), }); ``` But i get same error....
I tried using algoliasearch with expo 51.0.39, and it worked well. It seems to be broken only on expo 52.
Try using `config.resolver.unstable_enablePackageExports = true` with the same versions as you, but it's not working on my side. I'm getting weird errors. This configuration is also an experimental feature and...