Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Detach mobile reachability state from non existent webview C-938 (#1913)
Browse files Browse the repository at this point in the history
* reachability react native reloaded

* upgrade netinfo

* npm i

* pr review 1

* cleanup

* npm i

Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback committed Sep 14, 2022
1 parent 9c6c067 commit 81e9a4d
Show file tree
Hide file tree
Showing 16 changed files with 834 additions and 862 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/common/src/services/native-mobile-interface/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export enum MessageType {
// Lifecycle
ENTER_FOREGROUND = 'action/enter-foreground',
BACKEND_SETUP = 'backend-setup',
REQUEST_NETWORK_CONNECTED = 'request-network-connected',
IS_NETWORK_CONNECTED = 'is-network-connected',
FETCH_ACCOUNT_FAILED = 'fetch_account_failed',
SIGNED_IN = 'signed-in',
SIGNED_OUT = 'signed-out',
Expand Down

0 comments on commit 81e9a4d

Please sign in to comment.