Skip to content

Commit 5c884fc

Browse files
Remove '60fps' from keyboard avoidance description
1 parent 28c6563 commit 5c884fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-fieldflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function SignUpScreen() {
127127
| | |
128128
| ------------------------- | ------------------------------------------------------------------- |
129129
| 🔗 **Focus chaining** | Fields 1–4 get `returnKeyType="next"`, the last field gets `"done"` |
130-
| ⌨️ **Keyboard avoidance** | Smooth 60fps layout shift via Reanimated worklet — no jumps |
130+
| ⌨️ **Keyboard avoidance** | Smooth layout shift via Reanimated worklet — no jumps |
131131
| 📜 **Auto scroll** | Focused field is always scrolled into view above the keyboard |
132132
| 📱 **Cross-platform** | Identical behavior on iOS and Android, no `Platform.OS` switches |
133133

0 commit comments

Comments
 (0)