[android][app] apps initialized natively now automatically initialized js side - via react module getConstants

This commit is contained in:
Salakar
2017-07-17 17:36:50 +01:00
parent ef259fbbc0
commit 9a3e22431b
5 changed files with 52 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ export default class ModuleBase {
this._options = Object.assign({}, options);
this._module = moduleName;
this._firebaseApp = firebaseApp;
this._appName = firebaseApp.name;
this._appName = firebaseApp._name;
this._namespace = `${this._appName}:${this._module}`;
// check if native module exists as all native