Skip to content

[iOS] Navigate from react native view to native view will make the app unresponsive to input #3390

@wgundamj44

Description

@wgundamj44

Description

After #3173 is merged, the RNScreen would disable the user interaction of the window before it disappears. But in brownfield integration when users navigate from react native view to native view, the user interaction is never restored, causing the app not respond to user input.

I already saw issue #3388 which is caused by the same change, but not sure if its PR could fix the brownfield use case.

Steps to reproduce

  1. start the dev server
  2. run the app
  3. navigate to the native view
  4. the native view won't respond to tap

Snack or a link to a repository

https://github.com/wgundamj44/rnscreen-brownfield-demo

Screens version

4.18

React Native version

0.81.4

Platforms

iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

Metadata

Metadata

Assignees

Labels

Platform: iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is provided

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions