Skip to content

Update react-native demos to use sync streams and bump dependencies#863

Merged
bean1352 merged 16 commits intomainfrom
chore/bump-demo-packages
Mar 3, 2026
Merged

Update react-native demos to use sync streams and bump dependencies#863
bean1352 merged 16 commits intomainfrom
chore/bump-demo-packages

Conversation

@bean1352
Copy link
Contributor

@bean1352 bean1352 commented Feb 23, 2026

Add sync streams and bump dependency versions in all react-native demos.

Demos:

  • react-native-supabase-todolist - Bumped all dependencies to Expo SDK 54, added better styling to List and Todo widgets, fixed bug where attachment image doesn't render on android. Updated to use sync streams: lists and todos are auto-subscribed
  • react-native-web-supabase-todolist - Bumped all dependencies to Expo SDK 54, migrated from react-native-elements to @rneui/themed, updated attachment API usage (attachmentFromSql, photoAttachmentQueue.deleteFile), fixed key warnings in List and Todo widgets with improved styling, and fixed attachment image URI handling for native. Updated to use sync streams: todos subscribe on-demand when opening a list and unsubscribe when navigating away, with per-list sync status displayed on the lists view.
  • react-native-supabase-group-chat - Added local development setup with Docker Compose (Supabase CLI + PowerSync service), fixed expo-router Stack.Screen name prop errors, fixed message sync by feeding reactive query data directly to FlashList. Added sync streams. Important: Edition 3 config must be available in latest powersync-service release for this demo to work.
  • react-native-supabase-background-sync - Upgraded Expo packages to Expo SDK 54. Does not require sync streams.
  • react-native-barebones-opsqlite - Added loading state, random customer generation, and improved database setup. Adjusted Podfile and gradle-wrapper for compatibility with new versions. Does not require sync streams.

@changeset-bot
Copy link

changeset-bot bot commented Feb 23, 2026

⚠️ No Changeset found

Latest commit: 9da66ed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@bean1352 bean1352 changed the title Update demo dependencies Update react-native demo dependencies Feb 23, 2026
@bean1352 bean1352 requested a review from joshuabrink February 24, 2026 12:17
@bean1352 bean1352 marked this pull request as ready for review February 24, 2026 12:17
@bean1352 bean1352 changed the title Update react-native demo dependencies Update react-native demo to use Sync Streams and bump dependencies Feb 26, 2026
…migrated react-native-elements to @rneui/themed, updated attachment APIs, fixed SupabaseConnector import for web, fixed key warnings and widget styling
…round-sync; removed cleartext traffic usage, added new permissions, and upgraded various Expo packages to SDK 54.
…e setup in react-native-barebones-opsqlite. Adjusted Podfile and gradle-wrapper for compatibility with new versions.
@bean1352 bean1352 force-pushed the chore/bump-demo-packages branch from 87586e9 to feca700 Compare February 26, 2026 11:18
@bean1352 bean1352 changed the title Update react-native demo to use Sync Streams and bump dependencies Update react-native demo's to use sync streams and bump dependencies Feb 26, 2026
@bean1352 bean1352 changed the title Update react-native demo's to use sync streams and bump dependencies Update react-native demos to use sync streams and bump dependencies Feb 26, 2026
@bean1352 bean1352 mentioned this pull request Mar 2, 2026
18 tasks
@bean1352 bean1352 requested review from Chriztiaan March 2, 2026 15:01
Chriztiaan
Chriztiaan previously approved these changes Mar 3, 2026
Copy link
Contributor

@Chriztiaan Chriztiaan left a comment

Choose a reason for hiding this comment

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

Happy with the changes, I only manually tested RNST and RNWST on my side against a hosted Supabase.

Copy link
Contributor

@joshuabrink joshuabrink left a comment

Choose a reason for hiding this comment

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

Tested all the demos. Couldn't find any issues running the apps and with usage flows.
Looks good.

@bean1352 bean1352 merged commit 0917045 into main Mar 3, 2026
9 checks passed
@bean1352 bean1352 deleted the chore/bump-demo-packages branch March 3, 2026 13:15
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.

4 participants