-
Notifications
You must be signed in to change notification settings - Fork 61
Expo background sync demo #727
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
Conversation
🦋 Changeset detectedLatest commit: aea84e8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| "@react-navigation/elements": "^2.3.8", | ||
| "@react-navigation/native": "^7.1.6", | ||
| "@supabase/supabase-js": "~2.33.1", | ||
| "expo": "~53.0.20", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing as this is sneaking in React/React Native/Expo version bumps which may affect other demos/packages, I'd like to suggest an intermediary step before testing/merging this PR. RFC to follow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dean-journeyapps We can revisit this now that the demos have been isolated.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Conflicts: # tools/diagnostics-app/CHANGELOG.md # tools/diagnostics-app/package.json
feat: expose connection options
Co-authored-by: stevensJourney <51082125+stevensJourney@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add Neon data API and Neon Auth demo
Isolate `demos` folder
Co-authored-by: stevensJourney <steven@journeyapps.com>
… Hermes, and adjust package dependencies for compatibility.
…nc-ja/powersync-js into expo-backgroundsync-demo
…workspace setting, and adjust gradle properties for compatibility.
…demo: upgrade @powersync/react-native, expo, react-native, react-native-reanimated, and devDependencies for improved compatibility and performance.
|
Moved PR to here |
Added the
react-native-background-syncproject todemos. This project showcases how to use Expo's BackgroundTask API to connect to PowerSync, allowing the local SQLite database to stay in sync with the source database when the mobile app is backgrounded.