Joshua Pinter

Results 159 comments of Joshua Pinter

Could be a good way to go. Let me know how it goes.

Nice try, @philipesteiff. You're halfway there. I think the best bet is to have ActiveAndroid handle arrays better. What web service are you using? Can you create a simple app...

Yeah, I think it makes sense to handle basic arrays in AA, like int[] and string[].

Similar problem as @aymericbouzy except I was including LInearGradient like this: ``` js var LinearGradient = require('react-native-linear-gradient'); ``` Changing it to this worked: ``` js import LinearGradient from 'react-native-linear-gradient'); ```

@wa0x6e Thanks for verifying! Is that something you would be interested in seeing and accepting a PR for?

As a fast-follow to this Issue, I created another PR to add a note to, at the very least, let people know this happens, regardless of the outcome of this...

We haven't encountered any of these issues yet. If you are able to do more testing to narrow down the culprit, that would be great. I know with iOS the...

I took a bit of a look at this as well and thought the same thing. We must not be using the right methods and classes because it appears to...

Hey @paintedbicycle, I looked into this a little further and I'm completely baffled. It appears that the Contacts app in Android 8.1 doesn't let you enter in a structured postal...

Look at this entry, it doesn't say much it seems to confirm that by default everything is added into the Street field: https://www.davdroid.com/faq/entering-structured-addresses/ Which makes no sense to me.