Taakn

Results 10 comments of Taakn

@mirek a little late to the party but that would be a very cool feature ! :)

@scottsykora what if process is not undefined, do you also need to set process.nextTick = setImmediate; ?

+1 using Flow Router would be great if this package could be compatible

Hi @mikemonteith, I was wondering if you were still working on merging your library with @Jpadilla1. Thanks!

Ok thanks so much for your work on porting MPChart to React Native!

Ok so thanks to you both, I managed to get your chart libraries working on React 0.19.0 on both iOS and Android. I have a wrapper that works as follows,...

@Jpadilla1 It doesn't sound like that would be standard React component behavior. Maybe because you're using native components? Were you able to measure a difference in performance?

I guess what I'm doing now in pseudocode (and it's working), it's to: ``` subscriber = Subscribe(collection) observer = Observe(query) ``` When I need to change my query: ``` observer.dispose()...

Hello @Kureev @grabbou I have the same error but cannot manage to fix it. Would you mind helping me out? My file node_modules/react-native-navbar/.babelrc is: ``` { "retainLines": true, "stage": 0,...

It's working better with the following plugins, but I am now getting a lot of errors such as "a semi colon is required after a class property" npm install babel-preset-stage-0...