Helium icon indicating copy to clipboard operation
Helium copied to clipboard

Unmaintained - check out github.com/appcelerator/alloy instead

Results 1 Helium issues
Sort by recently updated
recently updated
newest added

The docs suggest it should be possible to use Helium to create Appcelerator core components within custom component constructors, e.g. ``` he.register('MyView', function(args) { var v = he.create('View'); var l1...