feat(playground-lynx): add a Lynx playground app - #469
Merged
Conversation
V3RON
force-pushed
the
feat/playground-lynx
branch
from
August 31, 2026 13:59
ccd99d4 to
3799864
Compare
Scaffold apps/playground-lynx with create-rspeedy, replace the template screen with a Rozenite splash styled after apps/playground, and wire up every official plugin that declares a lynx integration.
V3RON
force-pushed
the
feat/playground-lynx
branch
from
August 31, 2026 15:32
3799864 to
84f2259
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
apps/playground-lynx, a Lynx counterpart toapps/playground:pnpm create rspeedy@latest(react-tstemplate) and adopted into the pnpm/Turborepo workspace (private,typecheck,lint).apps/playgrounduses.@rozenite/lynx-dev(lynx.config.ts) and@rozenite/lynx(src/index.tsx).lynxin itsrozenite.config.tsintegrations— Controls, Feature Flags, React Hook Form, TanStack Query — each with a minimal playground undersrc/plugins/.Supporting changes:
playground-lynxadded to the commitlint scope enum and to the Changesetsignorelist, matching how@rozenite/playgroundis handled.Related Issue
None — this was requested directly, with no issue asked for.
Context
Rozenite's Lynx support already exists (
packages/lynx,packages/lynx-dev), but nothing in the repository exercised it. This app gives that path a home the same wayapps/playgrounddoes for React Native.Plugin selection is not a judgement call made here: it is exactly the set that declares
lynxinintegrations. The remaining plugins depend on React Native or Metro internals and are deliberately not installed.Two Lynx-specific shapes are worth flagging for review:
viewrows sized by pixel count rather than a 7×10 grid of blocks. Every row of the mark is a centred contiguous run, so widths reproduce it exactly with less markup.inputelement is uncontrolled (novalueprop), so the RHF field is driven throughuseController'sfield.onChangeonbindinput. The field must be registered — with onlysetValue, the panel finds the form but reports no fields.No version plan: nothing in a publishable package changed.
Testing
Automated, from the repository root after
git fetch origin main:pnpm checks:affected— 107 tasks passedpnpm test:affected— 69 tasks passedpnpm --filter @rozenite/playground-lynx build— production build cleanManual verification on the running iPhone 17 Pro simulator (
agent-device), with the app loaded in LynxExplorer frompnpm --filter @rozenite/playground-lynx dev:Incrementin the panel; the device counter went 0 → 1.new-splashin the panel; the device value wenttrue→false.email = qa@lynx.dev, dirty and valid.["lynx-demo"]query appeared in the panel.