UNPKG

@titanium/turbo

Version:

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

16 lines (14 loc) • 387 B
var _ = require('lodash'); exports.parse = function(node, state) { state = _.extend(state, { itemContainerDefinition: { children: [ { name:'Alloy.Abstract.BarItemTypes', property:'labels' } ], translations: [ { from: 'Alloy.Abstract.Labels', to: 'Alloy.Abstract.BarItemTypes' } ] } }); return require('./Alloy.Abstract._ItemContainer').parse(node, state); };