Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade pouchdb-adapter-react-native-sqlite to V4 and benefits from OPSqlite #1268

Open
wants to merge 2 commits into
base: feat/improve_netservice
Choose a base branch
from

Conversation

Ldoppea
Copy link
Member

@Ldoppea Ldoppea commented Dec 19, 2024

This upgrade is made possible due to recent RN73 upgrade and will allow to use op-sqlite instead of react-native-quick-sqlite so we expect performances improvement

### ✨ Features

* Improve app's performances

### 🐛 Bug Fixes

*

### 🔧 Tech

* Migrate PouchDB adapter from `react-native-quick-sqlite` to `op-sqlite`


// Avoid using node dependent modules
process.browser = true
install()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to inform the team about this update (which is relevant)

@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 000a188 to 5b4bd63 Compare December 20, 2024 14:25
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 5b4bd63 to f04e814 Compare December 20, 2024 14:30
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from f04e814 to f64f70c Compare December 20, 2024 16:43
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from f64f70c to 5c8b9fb Compare December 20, 2024 17:32
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 5c8b9fb to 06803ec Compare December 20, 2024 19:37
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 06803ec to 16d9827 Compare December 20, 2024 19:55
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 16d9827 to efa5e6b Compare December 20, 2024 20:09
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from efa5e6b to 39ddcc4 Compare December 20, 2024 20:20
This upgrade is made possible due to recent RN73 upgrade and will allow
to use `op-sqlite` instead of `react-native-quick-sqlite`
@Ldoppea Ldoppea force-pushed the feat/improve_netservice branch from 39ddcc4 to 0262962 Compare January 9, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants