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: move react-native-quick-sqlite to op-sqlite #2541

Merged
merged 8 commits into from
Jun 28, 2024
Merged

Conversation

khushal87
Copy link
Member

🎯 Goal

The goal of the PR is to move to op-sqlite rather than react-native-quick-sqlite for our offline storage as it is much faster and also allows new architecture support.

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

@@ -26,12 +26,12 @@ The following features are currently **NOT** implemented. They will be impleme

First and foremost, make sure to follow all steps from [Migrating to v5](../basics/migrating-from-4.x-to-5.x.mdx) guide. To enable offline support, please follow the given steps:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
First and foremost, make sure to follow all steps from [Migrating to v5](../basics/migrating-from-4.x-to-5.x.mdx) guide. To enable offline support, please follow the given steps:
First and foremost, make sure to follow all steps from [Migrating to v5](../basics/migrating-from-4.x-to-5.x.mdx) guide. To enable offline support, please follow the given steps:

this should be changed to v5 to v6. For later PR i think. But mentioning here to not forget.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

Copy link
Member

Choose a reason for hiding this comment

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

this seems like big change.. did you test push notifications after this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have removed the changes and added the suggested way as per the official docs of op-sqlite. Updated the troubleshoot section as well in push notifications v2 docs.

@vitorcamachoo
Copy link

vitorcamachoo commented Jun 13, 2024

Can this be merged so we can move to Expo 51?

@khushal87 khushal87 merged commit 622bbcb into v6.0.0 Jun 28, 2024
5 checks passed
@khushal87 khushal87 deleted the op-sqlite branch June 28, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants