Skip to content

Commit 57f13ce

Browse files
Add yarn3 note to readme
1 parent be85191 commit 57f13ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Follow the guide to make sure you:
3737
```
3838
npx react-native init MySolanaDapp --template @solana-mobile/solana-mobile-dapp-scaffold --npm
3939
```
40+
note: The `--npm` flag is only needed if you're using Yarn 3 as a package manager. Once the template is initialized, you can delete the `package-lock.json` and run `yarn install` to continue using Yarn 3.
41+
4042
2. Install dependencies
4143
- `yarn install` or `npm install`
4244
3. Launch the app on your Android device/emulator

0 commit comments

Comments
 (0)