2.3.0
Wheel picker layer, responsive layout breakpoints, flow styling improvements, new templates, and React Native SDK 2.3.0.
Released: July 14, 2026
Dashboard & flow builder
Wheel picker layer
You can add a wheel picker layer for scroll-through inputs:
- Options mode — a vertical list of choices (for example age ranges or plan tiers).
- Date mode — scroll wheels for year, month, or day.
Wheel pickers are available in the layer catalog and through Rheo Agent when you describe a scrolling selector in your prompt.
Responsive layout breakpoints
Auth, single choice, multiple choice, and carousel layers now support layout breakpoints. You can override gap, alignment, columns, page spacing, and related layout settings per breakpoint (sm through 2xl) so the same screen adapts on phones and tablets.
Styling & preview improvements
- Text inputs — additional field-level styling so labels, placeholders, and inputs match your design more closely in the builder and in apps.
- Size clamps — optional min and max width/height on layer styles to cap how large or small a layer can grow.
- Carousel & choice previews — more accurate builder previews for slide layout, selection states, and media sizing.
New flow templates
Three new starter templates are available in the template gallery:
- Word Learning — vocabulary onboarding with streak and assessment screens.
- Yazio onboarding — nutrition-app style onboarding with mascot-led steps.
- Flo onboarding — cycle-tracking style onboarding with health-data prompts.
Mobile apps (React Native SDK)
Upgrade to @getrheo/react-native-expo@2.3.0 or @getrheo/react-native-bare@2.3.0 to render flows that use the features above in production.
What’s new in the app
- Wheel picker — scrollable option and date pickers render natively in your flow screens.
- Layout & styling — improved rendering for text fields, images and Lottie, choice cards, carousels, and sign-in layers, including responsive breakpoint overrides from the manifest.
- Shadows & media — more consistent drop shadows and Lottie sizing so flows match what you designed on the canvas.
How to upgrade
pnpm add @getrheo/react-native-expo@2.3.0
# or
pnpm add @getrheo/react-native-bare@2.3.0After upgrading, publish any flow versions that use wheel pickers or new breakpoint fields so live users receive the updated manifest. Flows that only use existing layer types will still benefit from the styling improvements once the new SDK is in your app.
See the Expo SDK or bare React Native SDK guide for peer dependencies and install steps.