Skip to content

Commit 00afd5e

Browse files
fix: add a version resolution for cookie in react native llama example app and use yarn as the package manager
Differential Revision: D66886764 Pull Request resolved: #7218
1 parent f284bbb commit 00afd5e

File tree

4 files changed

+7473
-13815
lines changed

4 files changed

+7473
-13815
lines changed

examples/demo-apps/react-native/rnllama/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A React Native mobile application for running LLaMA language models using ExecuT
1515

1616
## Prerequisites
1717

18-
- Node.js & npm
18+
- Node.js & yarn
1919
- Xcode
2020

2121
## Installation
@@ -32,7 +32,7 @@ A React Native mobile application for running LLaMA language models using ExecuT
3232

3333
6. Navigate to the example: `cd examples/demo-apps/react-native/rnllama`
3434

35-
7. Install dependencies: `npm install && cd ios && pod install && cd ..`
35+
7. Install dependencies: `yarn && cd ios && pod install && cd ..`
3636

3737
8. Run the app: `npx expo run:ios --device --configuration Release` and select a USB connected iOS device
3838

0 commit comments

Comments
 (0)