Hello Guys, How are you all? Hope You all Are Fine. Today I am facing following error in my react native app WARN [react-native-gesture-handler] Seems like you’re using an old API with gesture components, check out new Gestures system! in React-Native. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
How this Error Occurs ?
I am facing following error in my react native app.
WARN [react-native-gesture-handler] Seems like you’re using an old API with gesture components, check out new Gestures system!
How To Solve WARN [react-native-gesture-handler] Seems like you’re using an old API with gesture components, check out new Gestures system! Error ?
- How To Solve WARN [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system! Error ?
To Solve WARN [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system! Error You Just need to update react-native-gesture-handler which is Updated 17 January 2022 and Now Your error should be solved.
- WARN [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system!
To Solve WARN [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system! Error You Just need to update react-native-gesture-handler which is Updated 17 January 2022 and Now Your error should be solved.
Solution 1: Update react-native-gesture-handler
You Just need to update react-native-gesture-handler which is Updated 17 January 2022 and Now Your error should be solved.
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read
I just included the dependence “react-native-gesture-handler”: “~2.1.0” , so All is working.