I'm building a react-native 0.61 application for Android. On my mac everything has always worked fine, now I'm trying to install the same environment in a Linux (kubuntu 19) laptop. I went to the official guide, installed react native cli, java, android studio and everything I needed.
When I try to lunch the project through react-native run-android
I get the following error:
mypath/node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/transitions/TransitionModule.java:3: error: package androidx.transition does not exist
I have already tried to install Jetifier and running npx jetify
, I get this output:
Jetifier found 1049 file(s) to forward-jetify. Using 4 workers...
but nothing changed...how can I fix this?