Marcel S.

Results 9 issues of Marcel S.

We need something similar to [freezeImage](https://github.com/NimaSoroush/differencify/blob/2034a2c3e2e89776f83f09e0cd56d740b6d27343/src/freezeImage.js) for general dynamic content. e.g `dates, timeAgo, ...`

enhancement

Would be awesome if somebody could implement addPushDeviceToken 👍 I think this is an essential feature of mixpanel.

see https://mixpanel.com/help/reference/ios#tweaks

![image](https://cloud.githubusercontent.com/assets/6705521/16767130/36690cc2-483e-11e6-839c-f549d4e2898a.png) Could you please describe more precisely how to install this project and add the MobileVLCKit.framework ? I followed all the steps in the readme, but I still get the...

playerxx.h not found. Thanks!

My cordova project make use of the file-transfer plugin. When the Webview plugin is installed, all File-transfer (upload) Requests results in a 403 error: unauthorized :/ Sombebody knows why and...

**feature request** Would it be possible to have a `parseBeforeSubmit` prop on the `Field`? It should behave similar to `parse` but only runs before the form submit and can also...

Since redux-form v6 is a complete rewrite, it has breaking API changes. One of them is the need to wrap your Inputs inside a `` element. This [line](https://github.com/danielweinmann/react-native-stateless-form/blob/master/StatelessForm.js#L12) and maybe...

I have a really hard time figuring out how to handle numbers best. There are two main problems here: 1. My initialValue is an integer, which will not get displayed...