status-react/modules
Roman Volosovskyi 4aa562f6a8
[slow sign in] Unlock account's DB before starting node
There is no need to wait for `Statusgo.Login` callback in order to start
unlocking realm db: currently it is encrypted via a key which is derived
from user’s password, so we can try to unlock that DB before starting
node. That’s how password will be checked. Right after that `:home`
screen is shown, the node is started, then `Statusgo.Login` executed.

The difference in sign in duration is more noticeable on Android
devices, where `Statusgo.Login` is much slower because of PFS database
encryption.
2018-12-12 17:46:52 +02:00
..
react-native-desktop-linking Improve ubuntu-server and `RCTStatus` logging. Part of #6593 2018-11-06 20:28:02 +01:00
react-native-desktop-menu Add react-native-desktop-menu native module 2018-12-01 02:03:06 +02:00
react-native-desktop-notification Add missing configuration for Windows desktop notifications. Part of #6728 2018-11-20 15:11:01 +01:00
react-native-status [slow sign in] Unlock account's DB before starting node 2018-12-12 17:46:52 +02:00