Jamie Skinner
Jamie Skinner
im also having this problem when using ``. However, I when I used `` as recommended by the docs, it worked.
I had a similar issue. I kept getting: `unsupported-class-file-major-version-57` Fixed it by changing the gradle version as per [this stack overflow suggestion](https://stackoverflow.com/questions/58345916/android-launch-issues-unsupported-class-file-major-version-57) Furthermore, I had to make sure that my...
Can also confirm removing packagingOptions in `/android/app/build.gradle` solved the problem. For others, this _also_ fixed a problem I was having when logging in (with facebook) the app would crash and...