[madman] version mobile configs disk caching

This commit is contained in:
Kevin Gozali 2015-07-28 17:59:33 -07:00
parent 127f7095dc
commit f1b22e87f1
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ var NativeModules = {
SourceCode: {
scriptURL: null,
},
BuildInfo: {
appVersion: '0',
buildVersion: '0',
},
};
module.exports = NativeModules;