Skip to content

Commit 7fa4485

Browse files
committed
fix(docs): update React Native installation instructions
1 parent 4a93dcd commit 7fa4485

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ No additional dependencies required - the package works out of the box.
2121
When using this package in React Native or Expo projects, you must install the required peer dependencies. These dependencies are optional and not installed automatically to avoid polluting web and Node.js projects with unnecessary packages.
2222

2323
```bash
24-
npm install @sqlitecloud/drivers
25-
npm install react-native-tcp-socket react-native-quick-base64 @craftzdog/react-native-buffer react-native-url-polyfill
24+
npm install @sqlitecloud/drivers react-native-tcp-socket react-native-quick-base64 @craftzdog/react-native-buffer react-native-url-polyfill
2625
```
2726

2827
If you forget to install these dependencies, the package will throw clear error messages indicating which dependency is missing and how to install it.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)