Vito Meznaric
Vito Meznaric
Thanks for swift response! I see how it works now, basically versions don't necessarily need to match, they are released/upgraded as needed. Commits in between will tell me what the...
We are using typescript with similar number of files (I believe even more, can't check now, sorry) and it takes about 1 minute to compile on first build and the...
Can't really share it in its entirety, but here are relevant bits I believe: ``` const tsRule = { test: /\.tsx?$/, exclude: /node_modules/, use: [ { loader: 'babel-loader' }, {...
Note: We had it a bit misconfigured and once I reconfigured it and babel was doing everything as expected our build times increased by a bit. From 4 seconds for...
According to the changlog this has happened: https://github.com/davodesign84/react-native-mixpanel/blob/master/CHANGELOG.md but it hasn't been released yet
Thanks, there is a PR open for that. I'll review and merge it soon.
Thanks for PR. I somehow missed it. I will merge it in next couple of days.
I am not sure if this is possible in an easy way and do not expect it to be implemented any time soon. 1. [This](http://stackoverflow.com/questions/16693698/presentviewcontroller-without-fullscreen) and [this](http://stackoverflow.com/questions/28821314/iphone-ios-8-how-to-presentviewcontroller-smaller-than-original-view-controlle) answer on StackOverflow...
This is what I came up with: https://gist.github.com/meznaric/cf823f87dbb591ab16cf9d21f30b5471 It seems to work.