avishayil / react-native-restart

React Native Package With One Purpose: To Restart Your React Native Project
MIT License
926 stars 145 forks source link

Touchable views and inputs not working after restart #196

Closed yamila-fraiman closed 1 year ago

yamila-fraiman commented 2 years ago

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

JoaoBGusmao commented 2 years ago

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

TIGeMi commented 2 years ago

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()

avishayil commented 1 year ago

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