UNPKG

@titanium/turbo

Version:

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

5 lines • 168 B
exports.parse = function(node, state) { // AndroidView is simply an instance of Ti.UI.View node.nodeName = 'View'; return require('./default').parse(node, state); };