Closed alanjhughes closed 7 months ago
When compiling for the new architecture the build fails on android because of a missing header guard in RNCSliderMeasurementsManager.h
RNCSliderMeasurementsManager.h
Issue can be reproduced in the example app in the repo. Adding the guard compiles successfully.
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.