Attila Komaromi

Results 7 comments of Attila Komaromi

I'm having this exact issue as well, this PR fixes the issue for me. Is there a reason this isn't being merged?

@YakovlevCoded I'm not sure I understand your solution. The issue is not that I'm having trouble loading the Picker in my app _per se_, it's that I was having trouble...

I'm experiencing the same issue on Android as well. My temporary fix is to check for `Platform.OS === 'android'`and open a "modal" in the center of the screen to serve...

@palmer-rm Haven't found anything yet, but I haven't been looking. I still have it as a peer dep in the component library and have it added to my main project...

@johnkiely1 I've just sent an email, sorry about the delay. I've since had to switch to the free/lite version of Bugsnag and my old errors are gone. I just tested...

Thank you! Looks like the Android errors came through as well, but again, delayed by several hours (the crashes did happen about an hour apart, but the time difference between...

No, I used a different method to get the git hash which worked for me. I created a `gitHash` key in `package.json` which I update via an npm script: `"update-git-hash":...