Environment
- react-native info output:
// react-native info
info Fetching system and libraries information...
System:
OS: macOS 14.7
CPU: (12) arm64 Apple M2 Pro
Memory: 62.47 MB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.11.0
path: ~/.nvm/versions/node/v20.11.0/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 10.2.4
path: ~/.nvm/versions/node/v20.11.0/bin/npm
Watchman:
version: 2024.05.06.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /Users/georgys/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.0
- iOS 17.0
- macOS 14.0
- tvOS 17.0
- watchOS 10.0
Android SDK:
API Levels:
- "29"
- "31"
- "32"
- "33"
- "34"
- "35"
Build Tools:
- 30.0.2
- 30.0.3
- 31.0.0
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
System Images:
- android-28 | Google ARM64-V8a Play ARM 64 v8a
- android-29 | ARM 64 v8a
- android-29 | Google APIs ARM 64 v8a
- android-29 | Google Play ARM 64 v8a
- android-31 | Google Play ARM 64 v8a
- android-32 | Google Play ARM 64 v8a
- android-33 | AOSP ATD ARM 64 v8a
- android-33 | ARM 64 v8a
- android-33 | Google Play ARM 64 v8a
- android-34 | ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-34 | Google Play ARM 64 v8a
- android-35 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12169540
Xcode:
version: 15.0.1/15A507
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.8
path: /usr/bin/javac
Ruby:
version: 2.7.8
path: /Users/georgys/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.6
wanted: 0.74.6
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: false
newArchEnabled: true
Description
Reproducible Demo
Hi,
I'm trying to upgrade Detox project to use new arch. Currently I'm working on the android part. After enebling the new arch for some reason the Slider is randered with height 0. Here is the slider code -> https://github.com/wix/Detox/blob/feat/enable-new-arch/detox/test/src/Screens/ActionsScreen.js#L201.
In order to reproduce follow the contribution guide or simple run: lerna bootstarp -> cd detox/test -> npm start -> press actions button

Environment
are you using the new architecture? yes
which version of react & react-native are you using? 18.2.0 + 0.74.6
Description
Reproducible Demo
Hi,
I'm trying to upgrade Detox project to use new arch. Currently I'm working on the android part. After enebling the new arch for some reason the Slider is randered with height 0. Here is the slider code -> https://github.com/wix/Detox/blob/feat/enable-new-arch/detox/test/src/Screens/ActionsScreen.js#L201.
In order to reproduce follow the contribution guide or simple run:
lerna bootstarp -> cd detox/test -> npm start -> press actions button