UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

14 lines (12 loc) • 296 B
var _ = require('lodash'); exports.parse = function(node, state) { console.log(' Ti.UI.Android.DrawerLayout'); _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.Android.DrawerLayout' ] } }); return require('./Alloy.Abstract._ProxyProperty').parse(node, state); };