With algoliasearch 5.4.3 and React Native 0.73.6, the Metro bundler fails with Unable to resolve module http from node_modules/@algolia/requester-node-http/src/createHttpRequester.ts because that module imports Node's http, https, and url builtins. The same project worked with algoliasearch 4.23.3. Metro cannot resolve Node builtins, so any import chain reaching the Node requester breaks the bundle.