Skip to content

Commit 2b9b0ab

Browse files
committed
docs: update README with library value proposition and core feature list
1 parent c1d8b72 commit 2b9b0ab

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

packages/react-native-fieldflow/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br/>
66
<br/>
77

8-
**The keyboard form library React Native should have shipped with.**
8+
**The high-performance keyboard avoidance and focus management library React Native should have shipped with.**
99

1010
<br/>
1111

@@ -15,10 +15,23 @@
1515

1616
<br/>
1717

18+
**react-native-fieldflow** provides a professional-grade, zero-config solution for the three biggest pain points in React Native forms: **Keyboard Avoidance**, **Focus Management (Chaining)**, and **Synced Accessory Views**.
19+
20+
<br/>
21+
1822
> **Zero refs &nbsp;·&nbsp; Zero platform switches &nbsp;·&nbsp; Zero boilerplate**
1923
2024
<br/>
2125

26+
### 🚀 Core MVP Features:
27+
- **Automatic Next-Field Focusing**: Effortless input chaining without manual refs.
28+
- **"Ref to Next" Automation**: Zero-config focus transition from field to field.
29+
- **Synced Accessory Views**: Cross-platform toolbars that move in perfect harmony with the keyboard.
30+
- **Native Keyboard Avoidance**: Smooth, 60fps layout adjustments using Reanimated worklets.
31+
- **Expo Compatible**: Works out-of-the-box with Expo and bare workflows.
32+
33+
<br/>
34+
2235
<table>
2336
<tr>
2437
<td align="center" width="33%" style="padding:32px 20px">

0 commit comments

Comments
 (0)