-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
App crashes when touching screen with 3 fingers #312
Comments
Hello! This appears to be an upstream React Native issue. I created an issue on the react-native repository for you: facebook/react-native#15059 If possible please provide a link to an example application on Github where this happens for you. If it happens just on any new project, let us know in that thread. Thank you so much for the report! |
@brentvatne This issue isn't on the app created with |
The issue is device specific. It's only on One Plus 2. I've tested with some other devices, but they didn't crash. |
@tusharkhatiwada - so it happens on a brand new app created with CRNA but not on a brand new app created with |
@brentvatne Sorry. I just tested with |
i find this problem too, do you have any solution? |
@csgsky - sorry to hear that. I see you commented on facebook/react-native#15059 -- that's your best bet for a resolution. feel free to investigate a solution on your own as well and submit a PR! |
@brentvatne , i am also same issue in MI , try to figure out root cause ,please provide solution, Thanks in advance |
Same issue on OnePlus 5 |
I also have this problem and I have proposed some workarounds and possible solution on the react-native issue: facebook/react-native#15059 (comment) |
Same issue on Oppo A57 |
Same issue on OnePlus 5T |
Hi everyone, the upstream react native issue is where to track/report this. Thanks! |
Description
As mentioned on the title, the app crashes after touching the screen with three fingers both in development and production version.
I have a One Plus 2 device and I needed to take a screenshot of my app. It has Three-finger screenshot gesture control. The app simply restarts on the production version but displays the following error on development version.
Error Message
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: react-native-scripts@0.0.40npm ls react-native
: react-native@0.45.1npm ls expo
: expo@18.0.6node -v
: v7.4.0npm -v
: 4.6.1yarn --version
: 0.27.5watchman version
: "version": "4.7.0"Also specify:
The text was updated successfully, but these errors were encountered: