Skip to content

[RNE Rewrite] chore: clean up and unify example app layout, styling, and fix dependencies#1273

Merged
barhanc merged 9 commits into
rne-rewritefrom
@bh/example-app-fixes
Jun 22, 2026
Merged

[RNE Rewrite] chore: clean up and unify example app layout, styling, and fix dependencies#1273
barhanc merged 9 commits into
rne-rewritefrom
@bh/example-app-fixes

Conversation

@barhanc

@barhanc barhanc commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description

  • Refactors the computer vision example app and standardizes layout, utilties for loading images, etc.
  • Adds reusable UI components extracted to ensure visual consistency across all demo screens.
  • Configures package JSON/lockfile alignment and integrates the react-native-worklets patch.

NOTE: This is not a visual app overhaul PR, rather it fixes some stuff we forgot about (i.e. the worklets patch) and establishes common primitives for building example screens in fast and efficient manner.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

  • Build and run the computer-vision example app on an iOS or Android device/simulator.
  • Open the Classification and Model Inspector screens to verify the UI layout remains aligned and responsive.

Screenshots

N/A

Related issues

N/A

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

N/A

@barhanc barhanc self-assigned this Jun 22, 2026
@barhanc barhanc added the chore PRs that are chores label Jun 22, 2026
@barhanc barhanc marked this pull request as ready for review June 22, 2026 02:29
@barhanc barhanc requested a review from msluszniak June 22, 2026 08:20

@msluszniak msluszniak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ran the computer-vision example app on a physical Android device (Samsung S26 Ultra) — it builds and runs correctly. A few findings inline.

Comment thread apps/computer-vision/app/classification/index.tsx Outdated
Comment thread apps/computer-vision/app/classification/index.tsx Outdated
Comment thread apps/computer-vision/app/classification/index.tsx Outdated
Comment thread apps/computer-vision/utils.ts Outdated
Comment thread patches/react-native-worklets+0.9.1.patch Outdated
@barhanc barhanc merged commit 32d7d22 into rne-rewrite Jun 22, 2026
2 checks passed
@barhanc barhanc deleted the @bh/example-app-fixes branch June 22, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants