Scott Moss

Results 4 issues of Scott Moss

this is a static site, it should be built with AOT. Make sure that's the case

This feature would be powerful when used with subclassing. A component can just require it's parent component.

enhancement
help wanted

Right now there is no support for directive controllers on the Component prototype. Two ways to use them are: ``` javascript new Component({ controller: function($http){ // DI } }) ```...

enhancement
help wanted

Let me start by saying, awesome project! I'm currently trying to implement it in my app. However, I'm using [`react-pager-view`](https://github.com/callstack/react-native-pager-view) which is based on Reanimated. All your examples how how...