-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Open
Labels
Description
Description
Text Input autoFocus prop doesn't work anymore in RN v0.83.0 on iOS platform.
Seems like latest RN v0.83.0 contains some regression issues for Text Input on iOS.
Inputs with autoFocus property are not auto-focused anymore on component mount.
It could be an issue, that blur event triggered immediately on mount for some reason for Text Input component and removes the focus from input.
Steps to reproduce
- Install RN v0.83.0 standard template app
- Add App.tsx code as defined in snack: https://snack.expo.dev/@sanogtx/rn-083-text-input-issue
- Run iOS build
- Check that autoFicus doesn't work anymore on mount.
React Native Version
0.83.0
Affected Platforms
Runtime - iOS
Output of npx @react-native-community/cli info
System:
OS: macOS 15.7.3
CPU: (10) arm64 Apple M1 Pro
Memory: 133.92 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.19.6
path: /Users/test/.nvm/versions/node/v20.19.6/bin/node
Yarn: Not Found
npm:
version: 10.8.2
path: /Users/test/.nvm/versions/node/v20.19.6/bin/npm
Watchman:
version: 2025.09.08.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /Users/test/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.2
- iOS 26.2
- macOS 26.2
- tvOS 26.2
- visionOS 26.2
- watchOS 26.2
Android SDK: Not Found
IDEs:
Android Studio: 2025.2 AI-252.25557.131.2521.14432022
Xcode:
version: 26.2/17C52
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.16
path: /usr/bin/javac
Ruby:
version: 3.2.9
path: /Users/test/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.2
wanted: 20.0.2
react:
installed: 20.0.2
wanted: 20.0.2
react-native:
installed: 0.83.1
wanted: 0.83.1
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Yes
newArchEnabled: Yes
iOS:
hermesEnabled: Yes
newArchEnabled: Yes
Stacktrace or Logs
N/A
MANDATORY Reproducer
https://snack.expo.dev/@sanogtx/rn-083-text-input-issue
Screenshots and Videos
Before RN v0.83.0 (autoFocus works on mount):
RN v0.83.0 (autoFocus doesn't work, blur event triggered on mount):

Reactions are currently unavailable