Skip to content

Development journal

Posts tagged: New Architecture

Published notes filed under this topic.

RSS feed
React Native

A hidden TextInput can't capture a hardware keyboard on React Native's New Architecture

8 min read

Written by: Jonathan Reis on

We wanted physical-keyboard input in a React Native game on Android. The classic hidden TextInput trick failed under Fabric because showSoftInputOnFocus is ignored. adb proved it, and a config plugin fixed it for good.