-
Notifications
You must be signed in to change notification settings - Fork 2
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
Could not create task ':react-native-gesture-handler:compileDebugKotlin' #251
Comments
I'm facing the same problem, were you able to solve it? |
Probably not. We stopped using react native at some point. It was just too annoying, even with basic tasks like upgrading... |
If I remember correctly we had to set up the whole project again with the new version and then copy all our components from the old project. Sorry that I cannot help. I suggest you move to Flutter. |
I have been thinking about that approach quite a bit... I really appreciate your replies, thanks a lot! |
Of course! React Native is not stable at all. We ran into so many problems that creating the apps with Java and Swift would have probably taken less time in the end. Not even very basic functionality like camera access is supported by the react native developers, yet. Hence, they were taken over by community volunteers who implement many bugs. Installing components crashed everything soo many times and no matter what we developed it almost always just worked on a subset of our mobile test devices. Really often there were crashes which we could not avoid, because they came from inside of fundamental components. Everything looks nice in emulators and simulators, but simply does not work on many real devices... Looks like my anger about react native introduces some bias in my responses haha |
Environment
Things I’ve done to figure out my issue
Upgrading version
0.72.7
Description
Reproducible demo
Sorry I don't know how to reproduce this. Probably I missed something during the upgrade or so...
The text was updated successfully, but these errors were encountered: