callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.22k stars 270 forks source link

fix: new arch android interface #654

Closed draggie closed 1 month ago

draggie commented 1 month ago

Summary:

fixes #652 Resolved incompatible interface generation for the codegen source.

Test Plan:

draggie commented 1 month ago

@vonovak Thanks, I have removed the tmp solution from the description as after further investigation this issue is related to measure function from ViewManager not being called in some setups like RNTA

chrfalch commented 1 month ago

Me and @vonovak made #657 - which might solve another problem in the same issue.