Results 41 comments of Elliot Dickison

I recently ran into this problem as well. I think fixing this is going to be pretty essential for maintaining a library over time. A couple thoughts: * Would it...

I ran into this as well. Looks like there is a patch (included in this repo) for the SparseBundleCPU.h file that does away with the offending malloc.h include. From the...

### Workaround I ran into this as well. For anyone looking for a relatively clean workaround - if you stop propagation on the "pressdown" event (the event that the underlying...

I'm running [email protected] and getting this error with @react-native-community/[email protected] on iOS. I have followed all the setup instructions to a T, and tried the manual linking hack without success. I...

Ok, after closer inspection it seems to be working just fine across Android, iOS, and iOS sim. I tried 3 clean reinstalls before posting here, but it was the 4th...

> struggling with the same thing, expo/react-native docs does not seem to mention how we can get it for Android users The docs posted by @gaishimo indicate that these ids...

Should be able to submit a PR shortly

@vagnerlandio Thanks! Unblocked me when migrating to react-native 0.70.5

Re: backwards compatibility, I'm thinking this change would only really make sense as part of a major version bump. I think the added complexity (in terms of API/usage/docs) could make...

I agree with @didoo in that we should keep complexity down. I was proposing this as a core change in behavior, not an opt-in feature. This proposal still makes more...