Skip to content

chore(v2): Updating Expo demos to Expo 57/React Native 0.86#1021

Draft
Chriztiaan wants to merge 18 commits into
v2from
demo-bumps
Draft

chore(v2): Updating Expo demos to Expo 57/React Native 0.86#1021
Chriztiaan wants to merge 18 commits into
v2from
demo-bumps

Conversation

@Chriztiaan

@Chriztiaan Chriztiaan commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Description

With v2 release looming, it was a good opportunity to update our React Native demos.

Updated and tested the following Expo demos:

  • react-native-supabase-todolist
  • react-native-supabase-group-chat
  • react-native-supabase-background-sync
  • react-native-web-supabase-todolist

Drive-by changes:

  • Removed Django demo from ps-js monorepo, moved to community repo here.
  • react-native-prompt-android doesn't seem to play well with some of the newer versions of Expo/RN, so I opted to drop the dependency.

Testing

To manually test:

  1. pnpm install
  2. pnpm build:packages
  3. Link demos with monorepo packages with pnpm demos:inject
  4. Navigate to demo, run pnpm install
  5. Clear any stale build files with npx expo prebuild --clean
  6. Run pnpm ios, pnpm android, pnpm web(for RNW).

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b1d03ef

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

unrs-resolver: false
# TEMPORARY / DO NOT COMMIT: relaxes the pnpm minimumReleaseAge gate so freshly-published SDK 57
# packages install/build locally. Remove before committing (packages age past the gate by then).
minimumReleaseAge: 0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I will remove these before I merge. Turns out Expo 57 is too recent.

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