[FIX] Deep linking and other connectivity issues (#2894)
* Navigate from push notification only if necessary * Use JS SDK branch * Stop reconnecting if it's already connected * Fix RoomsListView forever loading after tapping push notification of another server * Execute fewer operations on app/index * Remove roomsRequest call from onForeground * Apply check and reopen * Stop opening in-app notification when the app is on backgorund * Connecting tweaks * Fix deep linking not working if the app is on background * Force reset yarn cache * Upgrade JS SDK * Remove listener on unmount * Fix resume on Android after back button is pressed * Fix local authentication resume * Fix back button android * Change JS SDK branch
... | ... | @@ -120,7 +120,7 @@ |
"reselect": "4.0.0", | ||
"rn-extensions-share": "RocketChat/rn-extensions-share", | ||
"rn-fetch-blob": "0.12.0", | ||
"rn-root-view": "^1.0.3", | ||
"rn-root-view": "1.0.3", | ||
"semver": "7.3.2", | ||
"ua-parser-js": "^0.7.21", | ||
"url-parse": "^1.4.7", | ||
... | ... |
Please register or sign in to comment