React-native-gesture-handler: cannot find method method getOverflow()

Created on 8 Mar 2019  路  15Comments  路  Source: software-mansion/react-native-gesture-handler

"react": "16.5.0",
"react-native": "0.57.1",
"react-native-gesture-handler": "^1.0.15"

https://user-images.githubusercontent.com/35298274/53853428-9b7e7380-3fef-11e9-86d6-c758fd6c0b09.png

Most helpful comment

I fix with this;
npm i jetifier
npx jetify

All 15 comments

+1

Try using this:
npm install [email protected]
It helps

I'm still want to use version 1.1.0. So what can I do to fix this issue?

npm install [email protected] do u have try, why cheat me

I fix with this;
npm i jetifier
npx jetify

I fix with this;
npm i jetifier
npx jetify

Thanks, @oguzkaganeren, it works for me!

I fix with this;
npm i jetifier
npx jetify

Thanks @oguzkaganeren it works fine .

@oguzkaganeren Yeey! This worked for me as well, thank you for sharing!

@oguzkaganeren Thanks so much man! This worked here

@oguzkaganeren This worked for me too. Thanks ^^

I fix with this;
npm i jetifier
npx jetify

Perfect fix! Thank you!

Try using this:
npm install [email protected]
It helps

This one really worked for me. Thank you!

I just removed node_modules and yarn.lock and set the version of "react-native-gesture-handler" in package.json like so: "react-native-gesture-handler": "1.0.15",. Then run yarn install. That should fix the issue. Looks like the newer versions of this is causing the problem.

@justinairbase thank so much. you save my day

just run
npm install [email protected]
and secend step
npx jetify

then react-native run-android

Was this page helpful?
0 / 5 - 0 ratings