Michal Hernas

Results 54 comments of Michal Hernas

Same issue with iOS 10 and iPhone 7 simulator...

@jboulter11 Yes, you are right. I forgot to reply here after I found the solution. Confirmed, you have to enable Keychain Sharing, however for me this is not really the...

Theoretically children can be string, null etc. And I am expecting here components with `key` property so there is obviously room for improvement.

Ha, I haven’t thought about looking for existing package. Just went with simplest approach for my needs. I will see if I have time over the weekend, then I can...

@oguzhnatly Sorry, we did not make a PR nor fork for this. However in the code you can simply make an HOC with ```ts const convertedCenter = useMemo(() => {...

Hey @pollend Realm JS currently does not support `IN` statement. We do this in our project by joining array with ` OR ` like: ``` const idsQuery = [1,2,3,4].map(id =>...

You need answer from Realm team. 😅 I based my answer on https://github.com/realm/realm-js/issues/450

@mersinvald Did you try to run some example soap function directly to see if the issue is with library or with your php installation? For me looks like an issue...

If you look at the source code, the error happens when trying to do ```count($passenger->tattoos)```