docs(readme): streamline LFM2.5 quickstart for Expo#1171
Merged
Conversation
- Note that the quickstart targets Expo and link bare RN users to the Getting Started guide. - Drop the bare-fetcher install commands from the install snippet now that the guide handles that path. - Switch the sample to the model-registry accessor (models.llm.lfm2_5_1_2b_instruct()). - Normalize "yarn <ios|android>" placeholders (no inner spaces). Applies to the root README and all readmes/ translations.
barhanc
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Tightens the LFM2.5 quickstart in the root README and all five translated readmes:
react-native-executorch-bare-resource-fetcher/@dr.pogodin/react-native-fs/@kesha-antonov/react-native-background-downloaderlines from the install snippet now that the bare path lives in the docs.models.llm.lfm2_5_1_2b_instruct()), matching the apps and the new MODEL_REGISTRY flow added in feat(constants)!: switch URLs to v0.9.0 layout + add MODEL_REGISTRY #1148.yarn <ios|android>placeholders — no spaces inside the angle brackets.Introduces a breaking change?
Type of change
Tested on
Testing instructions
Docs-only change. Render the affected readmes on GitHub and confirm:
modelsand callsmodels.llm.lfm2_5_1_2b_instruct().< ios | android >(with spaces) remains.Screenshots
N/A
Related issues
N/A
Checklist
Additional notes
The translated readmes carry through the same edits with the disclaimer + doc link translated into each language; the docs URL is shared across all of them.