Skip to content
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

No Internet View in 1 place #30

Open
danieldanielecki opened this issue Jul 25, 2022 · 0 comments
Open

No Internet View in 1 place #30

danieldanielecki opened this issue Jul 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@danieldanielecki
Copy link
Contributor

The logic was on every screen, because when trying to put this in App.tsx (c6a3605) or navigation/index.tsx (5619f8a) to avoid code duplication then whenever the internet was back, the user was redirected to the starting screen of the app. We want: when the internet is back, to be back on the screen where the user ended.

The other solution causes several popups (1693c04), but it is as we wanted to return the user to the same screen.

Currently, the final solution is to use Alert in App.tsx, whereas No Internet View on each screen (9e59911).

Hopefully, someone will update here: https://stackoverflow.com/a/73080730/11127383

@danieldanielecki danieldanielecki added the enhancement New feature or request label Jul 25, 2022
@danieldanielecki danieldanielecki self-assigned this Jul 25, 2022
@danieldanielecki danieldanielecki removed their assignment Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant