react-native-restart icon indicating copy to clipboard operation
react-native-restart copied to clipboard

Touchable views and inputs not working after restart

Open yamila-fraiman opened this issue 3 years ago • 2 comments

After restarting the app, buttons and inputs are not working. It was an expo app and I run expo eject, I'm not sure if it's related, or maybe some other libs such us expo-splash-screen. Any idea?

Version 0.0.24

https://user-images.githubusercontent.com/284215/160178768-1d3a54b3-e00d-4726-a858-236bda0c4e1e.mp4

yamila-fraiman avatar Mar 25 '22 18:03 yamila-fraiman

@yamila-fraiman were you able to find a fix for this issue?

JoaoBGusmao avatar Jun 13 '22 23:06 JoaoBGusmao

Also facing this issue. Do you have any solutions? @yamila-fraiman Update: I used react-native actionsheet to trigger some actions and then restart. But restart() was called before so I got this issue. Fix by waiting for actions done completely, then call restart()

TIGeMi avatar Jun 17 '22 09:06 TIGeMi

v0.0.25 is released and will handle such issues. Please report if the issue persists.

avishayil avatar Jan 30 '23 08:01 avishayil