-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
v3.6.0 - Task: react-native-screens:ktlint FAILED #1090
Comments
Hi there! I've changed the version of java to OpenJDK 8 and executed "./gradlew clean", but I have the same error! |
Hi @brunorafaeI,
Or remove the whole Cheers |
Hi @kacperkapusciak, Thanks for your response! I did what you mentioned, but I still have the same error :
|
Any help? just for info without react-native-screens, my project finishes well the build.
|
@brunorafaeI could you check if applying changes from #1093 fixes your issue? E.g. you can install package directly from branch with |
@kacperkapusciak thanks so much!! Its works now very well. Can I know what was the problem? and I'll stay with this version of react-native-screens instead of the official version ?? |
@brunorafaeI probably next week we'll release next version of Linters are used to check for code quality and error out when something isn't like it's supposed to be. Previous configuration checked not only when we were developing but also on the user's (yours!) computer when using our library. That wouldn't be a problem by itself but somehow your code in If I'd have to guess, your IDE automatically reformats code to your preffered style including Cheers |
@kacperkapusciak I get it, thanks so much! |
Hey @kacperkapusciak , is this fix not available in the release version yet? |
@brunorafaeI version with this fix went live a few hours after your comment 🙂 You can now upgrade Screens to v3.7.0👍 |
Description
When I'm trying to build my project I have this issue :
Screenshots
Steps To Reproduce
Expected behavior
It builds successfully 🤞
Actual behavior
It throws the above error ⬆️
Additional Information
I'm using WSL2 (Debian 10 buster) to run my project and running the emulator from windows 10 64 bits, it was worked very well before trying to install @react-navigation/native
Package versions
The text was updated successfully, but these errors were encountered: