Skip to content

Commit 295701d

Browse files
msluszniakclaude
andcommitted
docs: add bare_rn app to Demo Apps section in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a3287a6 commit 295701d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ We currently host a few example [apps](https://github.com/software-mansion/react
136136
- `speech` - Speech to Text & Text to Speech task implementations
137137
- `computer-vision` - Computer vision related tasks
138138
- `text-embeddings` - Computing text representations for semantic search
139+
- `bare_rn` - LLM chat example for bare React Native (without Expo)
139140

140-
If you would like to run demo app, navigate to its project directory and install dependencies with:
141+
If you would like to run an Expo demo app, navigate to its project directory and install dependencies with:
141142

142143
```bash
143144
yarn
@@ -149,6 +150,13 @@ Then, depending on the platform, choose either iOS or Android:
149150
yarn expo run:< ios | android >
150151
```
151152

153+
For the bare React Native app (`bare_rn`), navigate to `apps/bare_rn` and run:
154+
155+
```bash
156+
yarn
157+
yarn ios # or yarn android
158+
```
159+
152160
> [!WARNING]
153161
> Running LLMs requires a significant amount of RAM. If you are encountering unexpected app crashes, try to increase the amount of RAM allocated to the emulator.
154162

0 commit comments

Comments
 (0)