-
Notifications
You must be signed in to change notification settings - Fork 270
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
fix: new arch android interface #654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't run the code but it looks okay to me, just added a comment about using doubles.
re "Tmp patch for invalid height calculation" in the description: that doesn't seem to be included
package/android/src/oldarch/java/com/reactnativecommunity/slider/ReactSliderManager.java
Outdated
Show resolved
Hide resolved
…er/ReactSliderManager.java Co-authored-by: Vojtech Novak <vonovak@gmail.com>
@vonovak Thanks, I have removed the tmp solution from the description as after further investigation this issue is related to |
package/android/src/oldarch/java/com/reactnativecommunity/slider/ReactSliderManager.java
Outdated
Show resolved
Hide resolved
package/android/src/oldarch/java/com/reactnativecommunity/slider/ReactSliderManager.java
Outdated
Show resolved
Hide resolved
…er/ReactSliderManager.java Co-authored-by: Vojtech Novak <vonovak@gmail.com>
…er/ReactSliderManager.java Co-authored-by: Vojtech Novak <vonovak@gmail.com>
Summary:
fixes #652
Resolved incompatible interface generation for the codegen source.
Test Plan: