Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-gesture-handler for interactive components (buttons) in React Native #18

Closed
pronevich opened this issue Nov 26, 2021 · 3 comments

Comments

@pronevich
Copy link

It's always great to have React Native components closest to native.

@natew
Copy link
Member

natew commented Nov 26, 2021

I'm not understanding, this seems like outside the scope? How would it help button?

@pronevich
Copy link
Author

Currently, touchables in tamagui will be created as View and rely on JS responder system utilized by RN. Which on JS side has some lag in responsiveness. With react-native-gesture-handler Touchables/Buttons components touch handled on the native UI thread.

Maybe @kmagiera or @jakub-gonet can supplement my thoughts.

@natew
Copy link
Member

natew commented Jun 27, 2022

I've made changes here a bunch of times, it's very delicate to work well with everything so leaving as is for now.

@natew natew closed this as completed Jun 27, 2022
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

No branches or pull requests

2 participants