Skip to content

Commit

Permalink
more specific keyboard settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Apr 19, 2024
1 parent 85e04be commit 7cbead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReproducerApp/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function App() {
The top input has the value prop set, the bottom one doesn't. If you spam type in the top one, the cursor will lag behind the text and you'll end up typing in the middle of a word.
</Text>
<Text>
Go to Settings > General > Keyboard and turn off both Auto-Correction and Predictive Text to see both work perfectly.
Go to Settings > General > Keyboard and turn off both "Auto-Correction" and "Show Predictions Inline" to see both work perfectly.
</Text>
<Text>
You can turn on/off the autoCorrect prop with the switch below, to demonstrate that it's not able to fix the issue.
Expand Down

0 comments on commit 7cbead0

Please sign in to comment.