Skip to content

Commit 166165e

Browse files
docs: added sqlite dependency version explicitely in offline support docs (#1795)
1 parent 012356e commit 166165e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus/docs/reactnative/basics/offline_support.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ yarn add [email protected]
3838

3939
2. **Add `react-native-quick-sqlite` dependency**
4040

41+
> At the moment, support for only v4 of `react-native-quick-sqlite` is available.
42+
> Support for v5 of `react-native-quick-sqlite` will be introduced in one of the upcoming minor release.
43+
4144
```bash
42-
yarn add react-native-quick-sqlite
45+
yarn add react-native-quick-sqlite@4.0.8
4346
npx pod-install
4447
```
4548

0 commit comments

Comments
 (0)