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

RN v0.61.2 cause RectButton to crash the whole app without any stack trace #798

Closed
muhaimincs opened this issue Oct 22, 2019 · 3 comments
Closed

Comments

@muhaimincs
Copy link

In development mode it's working fine as it should but this occur when I'm running react-native run-android --variant=release.

I haven't test the temp workaround (gestureHandlerRootHOC) but I believe this is critical

@filippoitaliano
Copy link

Same issue here. I use this module in conjunction with react-navigation-drawer. In dev mode my menu works as expected. In release mode each drawer interaction results in app crash. Before upgrading to RN 0.61.2 the menu worked fine.

@SylvioMigliorucci
Copy link

I added

import 'react-native-gesture-handler'

at top of index.js file as suggested in #320 and it works now 

@muhaimincs
Copy link
Author

it's like a magic

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

3 participants