Skip to content

Conversation

@brandonballinger
Copy link

@brandonballinger brandonballinger commented Jul 2, 2025

This fixed the build issue on Android reported here for me: #164

Initially I suspected the bug was caused by a mismatch in react native versions. But I took a look at the commit history for JSTouchDispatcher in react-native, and that file hasn't been modified since 2018 and I can't find a version of handleTouchEvent which accepts the third argument used here. So I'm not entirely sure how the original code worked on Android.

@vercel
Copy link

vercel bot commented Jul 2, 2025

@brandonballinger is attempting to deploy a commit to the Jovanni's projects Team on Vercel.

A member of the Team first needs to authorize it.

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 1690ace and detected 0 issues on this pull request.

View more on Code Climate.

@lovegaoshi
Copy link
Contributor

the method indeed exists (exists b4 the kotlin migration too).

though this might be fine as react-native-screens also uses the 2 arg overload (which calls the 3 one with reactContext=null)

@lodev09
Copy link
Owner

lodev09 commented Nov 23, 2025

Just released #211 beta. Please test it out
closing this for now

@lodev09 lodev09 closed this Nov 23, 2025
@lodev09
Copy link
Owner

lodev09 commented Nov 24, 2025

This might cause issues on newer react-native versions. I just copied the implementation from their Modal component and it does send 3 params. Just patch the package if you really need to use older version of rn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants