-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IOS] The application automatically restarts after being swiped closed #2224
Comments
the version 4.17.4 works well but 4.17.5, 4.17.6, 4.18.0 alway automatically restarts my application 🙁 |
I have no idea what could cause the OS to automatically re-launch a terminated app. But why does it matter? |
I don't know what changes were made in the newer versions, but version 4.17.4 does not have this issue |
hi @christocracy, I tried adding this line to config |
if I change stopOnTerminate to true, then the app (IOS) will be re-launched after being swiped closed |
This issue is stale because it has been open for 30 days with no activity. |
Your Environment
react-native -v
): 0.75.4Expected Behavior
When I close the application, I want it not to restart automatically.
Actual Behavior
When I close the application then application will be restarted automatically.
Steps to Reproduce
Context
when I try downgrade the version to 4.17.4, it works well
-> But 4.17.5, 4.17.6 and 4.18.0 not work :(
Debug logs
Logs
Screen.Recording.2024-12-05.at.1.12.16.AM.mov
The text was updated successfully, but these errors were encountered: