Closed mensonones closed 2 months ago
react-native info output:
System: OS: Linux 6.5 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish) CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Memory: 20.15 GB / 31.12 GB Shell: version: 5.1.16 path: /bin/bash Binaries: Node: version: 20.12.2 path: /usr/local/bin/node Yarn: version: 3.6.4 path: /usr/local/bin/yarn npm: version: 10.5.0 path: /usr/local/bin/npm Watchman: version: 4.9.0 path: /usr/bin/watchman SDKs: Android SDK: Not Found IDEs: Android Studio: Not Found Languages: Java: version: 17.0.11 path: /usr/bin/javac Ruby: Not Found npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.73.7 wanted: 0.73.7 npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: false
are you using the new architecture? yes
which version of react & react-native are you using? React 18 React Native 0.73.7
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
https://github.com/mensonones/ReproducibleSliderBugNewArch
Fixed with https://github.com/callstack/react-native-slider/pull/597
Environment
react-native info output:
are you using the new architecture? yes
which version of react & react-native are you using? React 18 React Native 0.73.7
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
Reproducible Demo
https://github.com/mensonones/ReproducibleSliderBugNewArch