[auth] add new phone auth event to ModuleBase

This commit is contained in:
Salakar 2017-09-25 15:58:49 +01:00
parent 3f681ac065
commit 0ac9513863
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const NATIVE_MODULE_EVENTS = {
],
Auth: [
'auth_state_changed',
'phone_auth_state_changed',
],
Database: [
'database_transaction_event',