UNPKG

@titanium/turbo

Version:

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

5 lines • 201 B
if (Ti.version < '3.1.0') { alert('Ti.UI.ListView requires Titanium SDK 3.1.0 or higher'); } else if (Alloy.version < '1.2.0') { alert('ListView markup integration requires Alloy 1.2.0 or higher'); }