Jani Eväkallio
Jani Eväkallio
@larson-carter those are some really good points both for and against React Native, and for and against platform-specific development! I'll take a look at the resources you've included, they look...
Your `callback_url` looks incorrect. The scheme (the initial part of the URL before the `:` character) should match to the URLScheme in your Info.plist. The `com.test.ios` identifier is just a...
LGTM! FWIW, this is what I've been using, but I believe yours is more correct. ``` return htmlString .replace(/\n/g, " ") .replace(/\r/g, " ") .replace(/\r\n/g, " ") .replace(/[\t]+\[\t ]+$/g, ">");...
@ihor @dewwwald we just released a new version 1.2.0 with bunch of bugfixes. The error message you are getting is a little odd, but I think it might be unrelated...
Thanks for reporting this! We just added NPM 5 support, might be an edge case we haven't hit yet. I'm still personally on NPM 4. @jpdriver do you have time...
Note to self: I just managed to reproduce this issue with npm 5.3.0.
Agreed! Do you mean similar to the vh, vw, px stuff we have done in projects?
Yeah, agreed :+1: I would have already put that in there, but the downside of the relative screen sizes is that they don't take orientation changes into account. I would...
@michaelswe that is indeed the correct way to do it! Sorry for the radio silence from our part, but glad that you landed on the right solution 😊 We'll be...
@frranck, thanks, great question. @jhabdas's advice is solid and following it should get you going. There are a few things we want to do for improving the upgrade experience in...