Inline Edits Feature

The Inline Edits feature lets you refine screens directly on your canvas. Instead of regenerating a whole screen, you can select any element and make precise changes — text, layout, color, or style.

How it works

  1. On the canvas, click the “Select” option from the toolbar.
  2. Click on the element you want to edit (e.g., button, header, text field).
  3. Type your change request in the Inline Edit box.
    • Example: “Change button color to blue and make it rounded.”
  4. RapidNative instantly updates the screen and refreshes the underlying React Native + NativeWind code.

Example workflow

Before:

  • A plain “Submit” button

Inline Edit Prompt:

“Change text to ‘Login’ and make it green.”

After:

  • A green button labeled “Login,” updated on the canvas and in code.

Why it’s valuable

  • Edit visually, directly on the canvas
  • Faster iteration — no need to rewrite full prompts
  • Smooth workflow for polishing details
  • Always generates real React Native code behind the scenes