-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
RNGestureHandlerPackage Problem is Android #2716
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
/Users/shubhanshu/Desktop/demoApp/android/app/src/main/java/com/arpitrw/wiingytutorapp/MainApplication.java:15: error: package com.swmansion.gesturehandler.react does not exist |
If you have Otherwise, it's hard to tell exactly what's happening without a reproduction. You could also try reinstalling |
Hi i have the same problem in my project import com.swmansion.gesturehandler.RNGestureHandlerPackage; i also tried to delete node modules, i also cleared cache build, wthout any results |
i've just fixed it by adding these lines in l my android/build.gradle file buildscript { |
Description
Previously It was working but after 2-3 days I am getting this issue and in IOS it's working perfectly
/android/app/src/main/java/com/arpitrw/wiingytutorapp/MainApplication.java:15: error: package com.swmansion.gesturehandler.react does not exist
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
^
android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:37: error: cannot find symbol
import com.swmansion.gesturehandler.RNGestureHandlerPackage;
^
symbol: class RNGestureHandlerPackage
location: package com.swmansion.gesturehandler
android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:112: error: cannot find symbol
new RNGestureHandlerPackage(),
Steps to reproduce
/android/app/src/main/java/com/arpitrw/wiingytutorapp/MainApplication.java:15: error: package com.swmansion.gesturehandler.react does not exist
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
^
android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:37: error: cannot find symbol
import com.swmansion.gesturehandler.RNGestureHandlerPackage;
^
symbol: class RNGestureHandlerPackage
location: package com.swmansion.gesturehandler
android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:112: error: cannot find symbol
new RNGestureHandlerPackage(),
Snack or a link to a repository
www.github.com/shubhanshubb
Gesture Handler version
2.14.0
React Native version
0.72.7
Platforms
Android, iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: