[FIX] Messagebox tracking lost on pop gesture navigation (#2799)
* Use setTimeout instead of InteractionManager * Update tracking lib
Showing
... | ... | @@ -108,7 +108,7 @@ |
"react-native-scrollable-tab-view": "^1.0.0", | ||
"react-native-simple-crypto": "RocketChat/react-native-simple-crypto", | ||
"react-native-slowlog": "^1.0.2", | ||
"react-native-ui-lib": "RocketChat/react-native-ui-lib", | ||
"react-native-ui-lib": "RocketChat/react-native-ui-lib#minor-improvements", | ||
"react-native-unimodules": "0.10.1", | ||
"react-native-vector-icons": "7.0.0", | ||
"react-native-webview": "10.3.2", | ||
... | ... |
Please register or sign in to comment