Chris Geirman

Results 40 comments of Chris Geirman
trafficstars

Not ideal at all. We want our server rendered page to come down fully rendered after all :) Fortunately, there's a CSS solution. Bootstrap applies the CSS styles as such......

I'm not aware of any problems or conflicts, but the question occurred to me, so I assume it occurs to others as well. I know that it can sometimes matter...

Totally, that makes sense. I'm not a native developer, but it seems like it's natively supported on android, but appears to rely on a cleaver hack for iOS... * [Android...

Sounds like something I need to do as well, record a sound and save it to a server. I plan to save the base64 encrypted version to a noSQL database,...

@MarkIvanowich I've not gotten that far yet, but I'm actively working on it now. This is all new to me, so I'm working through it slowly. If you want to...

@zainforbjs doesn't sound like @andybellenie supports it

I'm able to attach to Android just fine, but am having trouble attaching to iOS. I've submitted a question on stack overflow https://stackoverflow.com/questions/47086300/attach-image-to-email-in-react-native But the fundamental issue seems to be...

With react-native-image- picker? On Nov 2, 2017 5:28 PM, "Ujwal Setlur" wrote: It works for me on both platforms. You may want to check my fork. — You are receiving...

Yeah I think the problem is with the way image picker Returns the path to the asset on iOS. I'm getting a `file://` based path instead of a / based...

I'm pretty sure, unless I'm a complete bonehead. I always get back a `file://` based uri I've updated my stackoverflow question with logs to prove it. I provided a dump...