Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@

## Install

### Web / Node.js / Next.js

```bash
npm install @sqlitecloud/drivers
```

## React Native / Expo Install
No additional dependencies required - the package works out of the box.

### React Native / Expo

You also have to install Peer Dependencies
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.

```bash
npm install @sqlitecloud/drivers react-native-tcp-socket react-native-quick-base64
npm install @sqlitecloud/drivers react-native-tcp-socket react-native-quick-base64 @craftzdog/react-native-buffer react-native-url-polyfill
```

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

React Native run iOS

```bash
Expand Down
Loading
Loading