Rasmus Lövegren

Results 29 comments of Rasmus Lövegren

I'm no longer employed by Futurice and lost write access to their repos unfortunately.

Hey, totally agree, background playback is a must-have feature for the library. I believe something like Headless JS on Android is needed indeed. @jasongrishkoff if you report your findings here...

Seems like an interesting module for this: https://github.com/tlenclos/react-native-audio-streaming

It's been effectively dead yes, let's try to remedy that. I will try to either find time to maintain the project properly myself, or find somebody else who has enough...

@ohtangza Participations are highly appreciated! Anything particular you have in mind? I would prefer pull requests, if that's not of an issue.

Excellent. More contributors desperately needed. :) If Obj-C turns out to be a big challenge I would be interested in migrating the native iOS side to Swift.

utf-8-validate also recently got a fallback JS-only implementation in case the native implementation fails, [here](https://github.com/websockets/utf-8-validate/blob/master/fallback.js). I guess this function accomplishes mostly the same as the native implementation? Maybe something like...

@kuon this seems to work (from the README): ```js new WasmPackPlugin({ crateDirectory: path.resolve(__dirname, "wasm"), extraArgs: "--target web", watchDirectories: [ path.resolve(__dirname, "wasm-shared/src") ], }), ```

I'm having the same problem in my application. Hopefully a fix is on its way: https://facebook.github.io/react-native/blog/2017/03/13/better-list-views.html