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

android does not recognize gesture #31

Open
risingsunho opened this issue Sep 25, 2020 · 2 comments
Open

android does not recognize gesture #31

risingsunho opened this issue Sep 25, 2020 · 2 comments

Comments

@risingsunho
Copy link

my package.json is

{
"name": "Test",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/image-editor": "^2.1.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.8.0",
"react-native-redash": "^12.0.2",
"react-native-simple-image-cropper": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.3.0",
"eslint": "^7.9.0",
"jest": "^26.4.2",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
when i run example project, it works fine. but when i install and run with 'npm install' android device doesn't recognize gestures.

@gomes042
Copy link

gomes042 commented Nov 9, 2020

Are you using a Modal or a View?

@eng-naveed
Copy link

I fixed it by wrapping App.tsx in


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