We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the latest setup steps for React Native, I get an error when initializing the liteClient.
liteClient
Follow the React Native steps
Code:
import { liteClient as algoliasearch } from "algoliasearch/lite"; const searchClient = algoliasearch(ALGOLIA_CONFIG.appId, ALGOLIA_CONFIG.token);
package.json
{ "react": "18.2.0", "react-instantsearch-core": "^7.15.3", "react-native": "0.74.5", "algoliasearch": "^5.20.2", "expo": "~51.0.38" }
If I reduce the algoliasearch version to 4.24.0 and change to not import from the lite client, it works.
4.24.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Following the latest setup steps for React Native, I get an error when initializing the
liteClient
.Reproduction
Follow the React Native steps
Code:
package.json
If I reduce the algoliasearch version to
4.24.0
and change to not import from the lite client, it works.The text was updated successfully, but these errors were encountered: