Skip to content

Commit 28c6563

Browse files
Remove '60fps' from keyboard avoidance description
1 parent 4d8909e commit 28c6563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)