Skip to content

Update example app to RN version 0.83.1 - #106

Merged
tvanlaerhoven merged 1 commit into
mainfrom
maintenance/example-rn-version
Jul 3, 2026
Merged

Update example app to RN version 0.83.1#106
tvanlaerhoven merged 1 commit into
mainfrom
maintenance/example-rn-version

Conversation

@tvanlaerhoven

@tvanlaerhoven tvanlaerhoven commented Jan 26, 2026

Copy link
Copy Markdown
Member

Update example app to RN version 0.83.1


Open in Devin Review

@changeset-bot

changeset-bot Bot commented Jan 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4223686

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

Comment thread .changeset/heavy-ghosts-hang.md Outdated
@tvanlaerhoven
tvanlaerhoven force-pushed the maintenance/example-rn-version branch 2 times, most recently from 9e9b69c to 5d9f1fa Compare April 30, 2026 12:26
Comment thread example/babel.config.js
},
],
],
plugins: ['babel-plugin-react-compiler'],

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.

Ooooooooooh fancy! 😁

@MattiasBuelens MattiasBuelens changed the title Maintenance/example rn version Update example app to RN version 0.83.1 Apr 30, 2026
@tvanlaerhoven
tvanlaerhoven force-pushed the maintenance/example-rn-version branch from 5d9f1fa to 4223686 Compare July 3, 2026 14:00

@devin-ai-integration devin-ai-integration Bot 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.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread example/metro.config.js
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');
const path = require('path');
const blacklist = require('metro-config/src/defaults/exclusionList');
const { default: blacklist } = require('metro-config/private/defaults/exclusionList');

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.

🚩 Metro config uses internal/private path for exclusionList

The import changed from require('metro-config/src/defaults/exclusionList') to require('metro-config/private/defaults/exclusionList') with ES-module-style destructuring ({ default: blacklist }). The private path segment suggests this may be an internal API that could break in future metro versions. This is likely correct for the current metro version bundled with RN 0.83, but worth noting for future maintenance.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@tvanlaerhoven
tvanlaerhoven merged commit 571a75a into main Jul 3, 2026
2 checks passed
@tvanlaerhoven
tvanlaerhoven deleted the maintenance/example-rn-version branch July 3, 2026 14:05
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