Skip to content

Commit 7075a55

Browse files
committed
fix: documentation build
1 parent 7cff86c commit 7075a55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/guides/components-overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ Here's a simple guide to choosing:
189189
- For **scrollable screens containing multiple inputs** (like forms or long lists), `KeyboardAwareScrollView` will handle keeping the focused input visible automatically.
190190
- To add standard **"Previous/Next/Done" navigation buttons** to your forms, `KeyboardToolbar` offers a convenient and customizable solution.
191191
- When you need to display **contextual content like suggestions or menus over an active keyboard** without dismissing it, `OverKeyboardView` provides this unique capability.
192-
<<<<<<< HEAD
193-
- # If you're aiming for **visual consistency between your UI and the keyboard background** for example, to blend a panel into the keyboard area `KeyboardBackgroundView` helps match system colors for a polished, seamless effect.
194192
- If you want to **extend the keyboard with your own UI**, such as quick actions or input helpers that appear _inside_ the keyboard area, use `KeyboardExtender`.
195-
> > > > > > > cddfd022d (docs: add chapter in components overview, improve lottie animation)
193+
- If you're aiming for **visual consistency between your UI and the keyboard background** — for example, to blend a panel into the keyboard area — `KeyboardBackgroundView` helps match system colors for a polished, seamless effect.
196194

197195
This library offers specialized tools for common keyboard challenges in React Native. Choose the one that best fits your UI need.

0 commit comments

Comments
 (0)