Fareed Alnamrouti

Results 5 issues of Fareed Alnamrouti

instead of the internal `read` and `write` methods i suggest adding `store` option (similar to the express-session module), the `store` option is an object that implement 2 methods (read/write), then...

ViewTransformer should allow parent components to control the gesture responder if the element exceed it's availableTranslateSpace, this fix will allow ViewTransformer component to work with other libraries such as SwipeableView.

when compile any node addon with USE_WCHAR and UNICODE flags it works will in node-gyp module but it fails in nw-gyp and this a quick workaround to fix this problem

from react documentation `React.PropTypes.node`: Anything that can be rendered: numbers, strings, elements or an array (or fragment) containing these types. this gives more flexibility to render custom html for each...