wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.02k stars 2.67k forks source link

TextInput autoFocus not work when push new screen to the stack #7773

Open nhatth219 opened 1 year ago

nhatth219 commented 1 year ago

What happened?

  1. Push a new screen into the stack and the Input has autoFocus={true}
  2. The keyboard appears then appears immediately

What was the expected behaviour?

The keyboard has to appear

Was it tested on latest react-native-navigation?

Help us reproduce this issue!

In what environment did this happen?

React Native Navigation version: 7.37.0 React Native version: 0.72.3 Has Fabric (React Native's new rendering system) enabled: (yes/no) no Node version: v16.14.1 Device model: SAMSUNG SM-S901E Android version: 13

nhatth219 commented 1 year ago

https://github.com/wix/react-native-navigation/assets/114040146/dbd95a94-795c-47ae-8d43-feb9c7028929

Sasha95 commented 7 months ago

same issue