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 missing header guard #592

Closed alanjhughes closed 7 months ago

alanjhughes commented 7 months ago

Summary:

When compiling for the new architecture the build fails on android because of a missing header guard in RNCSliderMeasurementsManager.h

Test Plan:

Issue can be reproduced in the example app in the repo. Adding the guard compiles successfully.