Thanish Nizam

Results 12 comments of Thanish Nizam

Just FYI the reflections doesn't belong to the commit (it's just obvious right?). The reflection thing comes from another jQ plugin. I had to tweak the roundabout js file; just...

You and your questions are welcome. Thanks for this plugin man, it's just awesome.

Sorry bro I can't remember for sure but try this one. I think this is it. > child > .css({ > left: ((factors.x \* info.midStage.width + info.nudge.width) - factors.width /...

Sure, I'll check it out.

Sorry about the delay, I'll update the PR when the new examples are ready.

Just pushed changes to react-native-button repo. Check the [test-specs](https://github.com/kadira-samples/react-native-button/tree/test-specs) branch there. To reproduce the error from a clean app: ``` npm -g i getstorybook react-native init MyTestApp cd MyTestApp npm...

It works fine if I install the missing babel plugin. ![screen shot 2016-08-26 at 6 34 55 pm 2](https://cloud.githubusercontent.com/assets/136691/18006141/d41f1808-6bbb-11e6-9449-f3fced589954.png) ``` npm install -D babel-plugin-add-module-exports ``` This is entirely a storybook...

Here's what I found so far: React Native uses babel config from dependencies to transform them. This error comes when RN tries to use babel config from `inline-style-prefixer` module (loaded...

I tried **isparta** earlier but couldn't get it to work well in some cases. I read about this [babel plugin](https://www.npmjs.com/package/babel-plugin-__coverage__) just recently. If the babel-plugin works well we can use...

The name is set by sending a message over the channel at the moment. I see 2 possible ways to avoid that and fix this issue right now: - call...