callstack / react-native-slider

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

Slider fail build in New Arch #610

Closed mensonones closed 2 months ago

mensonones commented 5 months ago

Environment

Description

1 - Make new project React Native 0.73.7 2 - Install Library: yarn add @react-native-community/slider 3 - Modiffy gradle.properties: newArchEnabled=true 4 - Running project and get error

Captura de tela de 2024-06-18 17-58-29

Reproducible Demo

https://github.com/mensonones/ReproducibleSliderBugNewArch

draggie commented 2 months ago

Fixed with https://github.com/callstack/react-native-slider/pull/597