Skip to content

chore: update to Expo 55, RN 0.83.2, and Node.js version 20.19.4; bump version to 1.1.0#66

Open
lposen wants to merge 1 commit into
mainfrom
feature/SDK-517-update-dependencies-to-latest
Open

chore: update to Expo 55, RN 0.83.2, and Node.js version 20.19.4; bump version to 1.1.0#66
lposen wants to merge 1 commit into
mainfrom
feature/SDK-517-update-dependencies-to-latest

Conversation

@lposen

@lposen lposen commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

🎟️ JIRA ticket(s)

🏕 Description

Please explain the changes you made

📷 Screenshots

Screenshots if the PR has visual changes.

android ios
ANDROID_SCREENSHOT IOS_SCREENSHOT

🧐 Testing

Please explain the steps needed to verify your change.

📝 Documentation

How have you documented these changes?

@lposen lposen requested a review from a team as a code owner June 24, 2026 19:39
@lposen lposen requested a review from Copilot June 24, 2026 19:39
@qltysh

qltysh Bot commented Jun 24, 2026

Copy link
Copy Markdown

Qlty


⚠️ Comments skipped @lposen doesn't have a Qlty seat in Iterable.

Qlty doesn't post analysis or coverage comments for contributors without a seat. An authorized user can grant @lposen a seat from this pull request's page in Qlty.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates this Expo config plugin and its example app to align with Expo SDK 55 / React Native 0.83.2, refreshes documentation around React Native’s New Architecture, and bumps the package version + changelog for the release.

Changes:

  • Bumped dependency versions (Expo SDK 55, RN 0.83.2, React 19.2.0) and updated the example app + lockfile accordingly.
  • Updated docs to describe Expo SDK 55 / New Architecture requirements and updated “tested on” version.
  • Updated release metadata: package version, changelog entry, and .nvmrc Node version.

Reviewed changes

Copilot reviewed 5 out of 9 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
README.md Updates docs/TOC and New Architecture guidance for Expo SDK 55; updates requirements text.
package.json Bumps plugin version and updates dev + peer dependency versions (notably @iterable/react-native-sdk).
example/package.json Updates example app dependencies to Expo SDK 55 / RN 0.83.2 / React 19.2.0.
example/yarn.lock Regenerated lockfile for the example app to match updated dependencies.
CHANGELOG.md Adds release notes for 1.1.0 and notes the dependency/node updates.
.nvmrc Updates pinned Node version to v20.19.4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +134 to 138
Expo SDK 55 requires React Native's [New Architecture](https://reactnative.dev/architecture/landing-page). Ensure `newArchEnabled` is set to `true` in your `app.json`:

```json
{
"expo": {
Comment thread README.md
Comment on lines +376 to +378
- From v2.0.2, `@iterable/react-native-sdk` supports React Native's New
Architecture. Expo SDK 55 requires the New
Architecture; see [New Architecture](#new-architecture) for configuration.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

Comment thread package.json
Comment on lines 63 to 65
"peerDependencies": {
"@iterable/react-native-sdk": "^2.0.2",
"@iterable/react-native-sdk": "^3.0.0",
"expo": "*",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does this suggest this should be a bump to version 2 of the expo plugin?

Comment thread CHANGELOG.md
Comment on lines +8 to +13
## [1.1.0] - 2026-06-24

### Changed
- Updated to Expo SDK 55 (React Native 0.83.2, React 19.2.0)
- Updated `@iterable/react-native-sdk` peer dependency to `^3.0.0`
- Updated minimum Node.js version to 20.19.4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@lposen does this Copilot comment sounds reasonable to you?

@joaodordio joaodordio requested a review from jferrao-itrbl June 26, 2026 07:27

@jferrao-itrbl jferrao-itrbl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Most of the medium severity comments raised by copilot seem reasonable though not critical. I would encourage you to review them.

Comment thread CHANGELOG.md
Comment on lines +8 to +13
## [1.1.0] - 2026-06-24

### Changed
- Updated to Expo SDK 55 (React Native 0.83.2, React 19.2.0)
- Updated `@iterable/react-native-sdk` peer dependency to `^3.0.0`
- Updated minimum Node.js version to 20.19.4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@lposen does this Copilot comment sounds reasonable to you?

Comment thread package.json
Comment on lines 63 to 65
"peerDependencies": {
"@iterable/react-native-sdk": "^2.0.2",
"@iterable/react-native-sdk": "^3.0.0",
"expo": "*",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does this suggest this should be a bump to version 2 of the expo plugin?

@jferrao-itrbl jferrao-itrbl self-requested a review June 30, 2026 16:43

@jferrao-itrbl jferrao-itrbl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pre-emptively approving this to unblock it but I'll leave it to your criteria @lposen about what to do with the Copilot comments I pointed to before.

Base automatically changed from feature/SDK-515-upgrade-expo-to-latest-sdk-versio8n to main June 30, 2026 18:22
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.

3 participants